Mutation

Struct Mutation 

Source
pub struct Mutation;

Trait Implementations§

Source§

impl HasField<__typename> for Mutation

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<abortQueuedMigrations> for Mutation

Source§

type Type = Option<AbortQueuedMigrationsPayload>

The schema marker type of this field.
Source§

impl HasField<acceptEnterpriseAdministratorInvitation> for Mutation

Source§

type Type = Option<AcceptEnterpriseAdministratorInvitationPayload>

The schema marker type of this field.
Source§

impl HasField<acceptTopicSuggestion> for Mutation

Source§

type Type = Option<AcceptTopicSuggestionPayload>

The schema marker type of this field.
Source§

impl HasField<addAssigneesToAssignable> for Mutation

Source§

type Type = Option<AddAssigneesToAssignablePayload>

The schema marker type of this field.
Source§

impl HasField<addComment> for Mutation

Source§

type Type = Option<AddCommentPayload>

The schema marker type of this field.
Source§

impl HasField<addDiscussionComment> for Mutation

Source§

type Type = Option<AddDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<addDiscussionPollVote> for Mutation

Source§

type Type = Option<AddDiscussionPollVotePayload>

The schema marker type of this field.
Source§

impl HasField<addEnterpriseOrganizationMember> for Mutation

Source§

type Type = Option<AddEnterpriseOrganizationMemberPayload>

The schema marker type of this field.
Source§

impl HasField<addEnterpriseSupportEntitlement> for Mutation

Source§

type Type = Option<AddEnterpriseSupportEntitlementPayload>

The schema marker type of this field.
Source§

impl HasField<addLabelsToLabelable> for Mutation

Source§

type Type = Option<AddLabelsToLabelablePayload>

The schema marker type of this field.
Source§

impl HasField<addProjectCard> for Mutation

Source§

type Type = Option<AddProjectCardPayload>

The schema marker type of this field.
Source§

impl HasField<addProjectColumn> for Mutation

Source§

type Type = Option<AddProjectColumnPayload>

The schema marker type of this field.
Source§

impl HasField<addProjectV2DraftIssue> for Mutation

Source§

type Type = Option<AddProjectV2DraftIssuePayload>

The schema marker type of this field.
Source§

impl HasField<addProjectV2ItemById> for Mutation

Source§

type Type = Option<AddProjectV2ItemByIdPayload>

The schema marker type of this field.
Source§

impl HasField<addPullRequestReview> for Mutation

Source§

type Type = Option<AddPullRequestReviewPayload>

The schema marker type of this field.
Source§

impl HasField<addPullRequestReviewComment> for Mutation

Source§

type Type = Option<AddPullRequestReviewCommentPayload>

The schema marker type of this field.
Source§

impl HasField<addPullRequestReviewThread> for Mutation

Source§

type Type = Option<AddPullRequestReviewThreadPayload>

The schema marker type of this field.
Source§

impl HasField<addReaction> for Mutation

Source§

type Type = Option<AddReactionPayload>

The schema marker type of this field.
Source§

impl HasField<addStar> for Mutation

Source§

type Type = Option<AddStarPayload>

The schema marker type of this field.
Source§

impl HasField<addUpvote> for Mutation

Source§

type Type = Option<AddUpvotePayload>

The schema marker type of this field.
Source§

impl HasField<addVerifiableDomain> for Mutation

Source§

type Type = Option<AddVerifiableDomainPayload>

The schema marker type of this field.
Source§

impl HasField<approveDeployments> for Mutation

Source§

type Type = Option<ApproveDeploymentsPayload>

The schema marker type of this field.
Source§

impl HasField<approveVerifiableDomain> for Mutation

Source§

type Type = Option<ApproveVerifiableDomainPayload>

The schema marker type of this field.
Source§

impl HasField<archiveProjectV2Item> for Mutation

Source§

type Type = Option<ArchiveProjectV2ItemPayload>

The schema marker type of this field.
Source§

impl HasField<archiveRepository> for Mutation

Source§

type Type = Option<ArchiveRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<cancelEnterpriseAdminInvitation> for Mutation

Source§

type Type = Option<CancelEnterpriseAdminInvitationPayload>

The schema marker type of this field.
Source§

impl HasField<cancelSponsorship> for Mutation

Source§

type Type = Option<CancelSponsorshipPayload>

The schema marker type of this field.
Source§

impl HasField<changeUserStatus> for Mutation

Source§

type Type = Option<ChangeUserStatusPayload>

The schema marker type of this field.
Source§

impl HasField<clearLabelsFromLabelable> for Mutation

Source§

type Type = Option<ClearLabelsFromLabelablePayload>

The schema marker type of this field.
Source§

impl HasField<clearProjectV2ItemFieldValue> for Mutation

Source§

type Type = Option<ClearProjectV2ItemFieldValuePayload>

The schema marker type of this field.
Source§

impl HasField<cloneProject> for Mutation

Source§

type Type = Option<CloneProjectPayload>

The schema marker type of this field.
Source§

impl HasField<cloneTemplateRepository> for Mutation

Source§

type Type = Option<CloneTemplateRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<closeDiscussion> for Mutation

Source§

type Type = Option<CloseDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<closeIssue> for Mutation

Source§

type Type = Option<CloseIssuePayload>

The schema marker type of this field.
Source§

impl HasField<closePullRequest> for Mutation

Source§

type Type = Option<ClosePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<convertProjectCardNoteToIssue> for Mutation

Source§

type Type = Option<ConvertProjectCardNoteToIssuePayload>

The schema marker type of this field.
Source§

impl HasField<convertPullRequestToDraft> for Mutation

Source§

type Type = Option<ConvertPullRequestToDraftPayload>

The schema marker type of this field.
Source§

impl HasField<copyProjectV2> for Mutation

Source§

type Type = Option<CopyProjectV2Payload>

The schema marker type of this field.
Source§

impl HasField<createAttributionInvitation> for Mutation

Source§

type Type = Option<CreateAttributionInvitationPayload>

The schema marker type of this field.
Source§

impl HasField<createBranchProtectionRule> for Mutation

Source§

type Type = Option<CreateBranchProtectionRulePayload>

The schema marker type of this field.
Source§

impl HasField<createCheckRun> for Mutation

Source§

type Type = Option<CreateCheckRunPayload>

The schema marker type of this field.
Source§

impl HasField<createCheckSuite> for Mutation

Source§

type Type = Option<CreateCheckSuitePayload>

The schema marker type of this field.
Source§

impl HasField<createCommitOnBranch> for Mutation

Source§

type Type = Option<CreateCommitOnBranchPayload>

The schema marker type of this field.
Source§

impl HasField<createDeployment> for Mutation

Source§

type Type = Option<CreateDeploymentPayload>

The schema marker type of this field.
Source§

impl HasField<createDeploymentStatus> for Mutation

Source§

type Type = Option<CreateDeploymentStatusPayload>

The schema marker type of this field.
Source§

impl HasField<createDiscussion> for Mutation

Source§

type Type = Option<CreateDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<createEnterpriseOrganization> for Mutation

Source§

type Type = Option<CreateEnterpriseOrganizationPayload>

The schema marker type of this field.
Source§

impl HasField<createEnvironment> for Mutation

Source§

type Type = Option<CreateEnvironmentPayload>

The schema marker type of this field.
Source§

impl HasField<createIpAllowListEntry> for Mutation

Source§

type Type = Option<CreateIpAllowListEntryPayload>

The schema marker type of this field.
Source§

impl HasField<createIssue> for Mutation

Source§

type Type = Option<CreateIssuePayload>

The schema marker type of this field.
Source§

impl HasField<createLabel> for Mutation

Source§

type Type = Option<CreateLabelPayload>

The schema marker type of this field.
Source§

impl HasField<createLinkedBranch> for Mutation

Source§

type Type = Option<CreateLinkedBranchPayload>

The schema marker type of this field.
Source§

impl HasField<createMigrationSource> for Mutation

Source§

type Type = Option<CreateMigrationSourcePayload>

The schema marker type of this field.
Source§

impl HasField<createProject> for Mutation

Source§

type Type = Option<CreateProjectPayload>

The schema marker type of this field.
Source§

impl HasField<createProjectV2> for Mutation

Source§

type Type = Option<CreateProjectV2Payload>

The schema marker type of this field.
Source§

impl HasField<createProjectV2Field> for Mutation

Source§

type Type = Option<CreateProjectV2FieldPayload>

The schema marker type of this field.
Source§

impl HasField<createPullRequest> for Mutation

Source§

type Type = Option<CreatePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<createRef> for Mutation

Source§

type Type = Option<CreateRefPayload>

The schema marker type of this field.
Source§

impl HasField<createRepository> for Mutation

Source§

type Type = Option<CreateRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<createRepositoryRuleset> for Mutation

Source§

type Type = Option<CreateRepositoryRulesetPayload>

The schema marker type of this field.
Source§

impl HasField<createSponsorsListing> for Mutation

Source§

type Type = Option<CreateSponsorsListingPayload>

The schema marker type of this field.
Source§

impl HasField<createSponsorsTier> for Mutation

Source§

type Type = Option<CreateSponsorsTierPayload>

The schema marker type of this field.
Source§

impl HasField<createSponsorship> for Mutation

Source§

type Type = Option<CreateSponsorshipPayload>

The schema marker type of this field.
Source§

impl HasField<createSponsorships> for Mutation

Source§

type Type = Option<CreateSponsorshipsPayload>

The schema marker type of this field.
Source§

impl HasField<createTeamDiscussion> for Mutation

Source§

type Type = Option<CreateTeamDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<createTeamDiscussionComment> for Mutation

Source§

type Type = Option<CreateTeamDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<declineTopicSuggestion> for Mutation

Source§

type Type = Option<DeclineTopicSuggestionPayload>

The schema marker type of this field.
Source§

impl HasField<deleteBranchProtectionRule> for Mutation

Source§

type Type = Option<DeleteBranchProtectionRulePayload>

The schema marker type of this field.
Source§

impl HasField<deleteDeployment> for Mutation

Source§

type Type = Option<DeleteDeploymentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteDiscussion> for Mutation

Source§

type Type = Option<DeleteDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<deleteDiscussionComment> for Mutation

Source§

type Type = Option<DeleteDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteEnvironment> for Mutation

Source§

type Type = Option<DeleteEnvironmentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteIpAllowListEntry> for Mutation

Source§

type Type = Option<DeleteIpAllowListEntryPayload>

The schema marker type of this field.
Source§

impl HasField<deleteIssue> for Mutation

Source§

type Type = Option<DeleteIssuePayload>

The schema marker type of this field.
Source§

impl HasField<deleteIssueComment> for Mutation

Source§

type Type = Option<DeleteIssueCommentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteLabel> for Mutation

Source§

type Type = Option<DeleteLabelPayload>

The schema marker type of this field.
Source§

impl HasField<deleteLinkedBranch> for Mutation

Source§

type Type = Option<DeleteLinkedBranchPayload>

The schema marker type of this field.
Source§

impl HasField<deletePackageVersion> for Mutation

Source§

type Type = Option<DeletePackageVersionPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProject> for Mutation

Source§

type Type = Option<DeleteProjectPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectCard> for Mutation

Source§

type Type = Option<DeleteProjectCardPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectColumn> for Mutation

Source§

type Type = Option<DeleteProjectColumnPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectV2> for Mutation

Source§

type Type = Option<DeleteProjectV2Payload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectV2Field> for Mutation

Source§

type Type = Option<DeleteProjectV2FieldPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectV2Item> for Mutation

Source§

type Type = Option<DeleteProjectV2ItemPayload>

The schema marker type of this field.
Source§

impl HasField<deleteProjectV2Workflow> for Mutation

Source§

type Type = Option<DeleteProjectV2WorkflowPayload>

The schema marker type of this field.
Source§

impl HasField<deletePullRequestReview> for Mutation

Source§

type Type = Option<DeletePullRequestReviewPayload>

The schema marker type of this field.
Source§

impl HasField<deletePullRequestReviewComment> for Mutation

Source§

type Type = Option<DeletePullRequestReviewCommentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteRef> for Mutation

Source§

type Type = Option<DeleteRefPayload>

The schema marker type of this field.
Source§

impl HasField<deleteRepositoryRuleset> for Mutation

Source§

type Type = Option<DeleteRepositoryRulesetPayload>

The schema marker type of this field.
Source§

impl HasField<deleteTeamDiscussion> for Mutation

Source§

type Type = Option<DeleteTeamDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<deleteTeamDiscussionComment> for Mutation

Source§

type Type = Option<DeleteTeamDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<deleteVerifiableDomain> for Mutation

Source§

type Type = Option<DeleteVerifiableDomainPayload>

The schema marker type of this field.
Source§

impl HasField<dequeuePullRequest> for Mutation

Source§

type Type = Option<DequeuePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<disablePullRequestAutoMerge> for Mutation

Source§

type Type = Option<DisablePullRequestAutoMergePayload>

The schema marker type of this field.
Source§

impl HasField<dismissPullRequestReview> for Mutation

Source§

type Type = Option<DismissPullRequestReviewPayload>

The schema marker type of this field.
Source§

impl HasField<dismissRepositoryVulnerabilityAlert> for Mutation

Source§

type Type = Option<DismissRepositoryVulnerabilityAlertPayload>

The schema marker type of this field.
Source§

impl HasField<enablePullRequestAutoMerge> for Mutation

Source§

type Type = Option<EnablePullRequestAutoMergePayload>

The schema marker type of this field.
Source§

impl HasField<enqueuePullRequest> for Mutation

Source§

type Type = Option<EnqueuePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<followOrganization> for Mutation

Source§

type Type = Option<FollowOrganizationPayload>

The schema marker type of this field.
Source§

impl HasField<followUser> for Mutation

Source§

type Type = Option<FollowUserPayload>

The schema marker type of this field.
Source§

impl HasField<grantEnterpriseOrganizationsMigratorRole> for Mutation

Source§

type Type = Option<GrantEnterpriseOrganizationsMigratorRolePayload>

The schema marker type of this field.
Source§

impl HasField<grantMigratorRole> for Mutation

Source§

type Type = Option<GrantMigratorRolePayload>

The schema marker type of this field.
Source§

impl HasField<importProject> for Mutation

Source§

type Type = Option<ImportProjectPayload>

The schema marker type of this field.
Source§

impl HasField<inviteEnterpriseAdmin> for Mutation

Source§

type Type = Option<InviteEnterpriseAdminPayload>

The schema marker type of this field.
Source§

impl HasField<linkProjectV2ToRepository> for Mutation

Source§

type Type = Option<LinkProjectV2ToRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<linkProjectV2ToTeam> for Mutation

Source§

type Type = Option<LinkProjectV2ToTeamPayload>

The schema marker type of this field.
Source§

impl HasField<linkRepositoryToProject> for Mutation

Source§

type Type = Option<LinkRepositoryToProjectPayload>

The schema marker type of this field.
Source§

impl HasField<lockLockable> for Mutation

Source§

type Type = Option<LockLockablePayload>

The schema marker type of this field.
Source§

impl HasField<markDiscussionCommentAsAnswer> for Mutation

Source§

type Type = Option<MarkDiscussionCommentAsAnswerPayload>

The schema marker type of this field.
Source§

impl HasField<markFileAsViewed> for Mutation

Source§

type Type = Option<MarkFileAsViewedPayload>

The schema marker type of this field.
Source§

impl HasField<markPullRequestReadyForReview> for Mutation

Source§

type Type = Option<MarkPullRequestReadyForReviewPayload>

The schema marker type of this field.
Source§

impl HasField<mergeBranch> for Mutation

Source§

type Type = Option<MergeBranchPayload>

The schema marker type of this field.
Source§

impl HasField<mergePullRequest> for Mutation

Source§

type Type = Option<MergePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<minimizeComment> for Mutation

Source§

type Type = Option<MinimizeCommentPayload>

The schema marker type of this field.
Source§

impl HasField<moveProjectCard> for Mutation

Source§

type Type = Option<MoveProjectCardPayload>

The schema marker type of this field.
Source§

impl HasField<moveProjectColumn> for Mutation

Source§

type Type = Option<MoveProjectColumnPayload>

The schema marker type of this field.
Source§

impl HasField<pinIssue> for Mutation

Source§

type Type = Option<PinIssuePayload>

The schema marker type of this field.
Source§

impl HasField<publishSponsorsTier> for Mutation

Source§

type Type = Option<PublishSponsorsTierPayload>

The schema marker type of this field.
Source§

impl HasField<regenerateEnterpriseIdentityProviderRecoveryCodes> for Mutation

Source§

impl HasField<regenerateVerifiableDomainToken> for Mutation

Source§

type Type = Option<RegenerateVerifiableDomainTokenPayload>

The schema marker type of this field.
Source§

impl HasField<rejectDeployments> for Mutation

Source§

type Type = Option<RejectDeploymentsPayload>

The schema marker type of this field.
Source§

impl HasField<removeAssigneesFromAssignable> for Mutation

Source§

type Type = Option<RemoveAssigneesFromAssignablePayload>

The schema marker type of this field.
Source§

impl HasField<removeEnterpriseAdmin> for Mutation

Source§

type Type = Option<RemoveEnterpriseAdminPayload>

The schema marker type of this field.
Source§

impl HasField<removeEnterpriseIdentityProvider> for Mutation

Source§

type Type = Option<RemoveEnterpriseIdentityProviderPayload>

The schema marker type of this field.
Source§

impl HasField<removeEnterpriseMember> for Mutation

Source§

type Type = Option<RemoveEnterpriseMemberPayload>

The schema marker type of this field.
Source§

impl HasField<removeEnterpriseOrganization> for Mutation

Source§

type Type = Option<RemoveEnterpriseOrganizationPayload>

The schema marker type of this field.
Source§

impl HasField<removeEnterpriseSupportEntitlement> for Mutation

Source§

type Type = Option<RemoveEnterpriseSupportEntitlementPayload>

The schema marker type of this field.
Source§

impl HasField<removeLabelsFromLabelable> for Mutation

Source§

type Type = Option<RemoveLabelsFromLabelablePayload>

The schema marker type of this field.
Source§

impl HasField<removeOutsideCollaborator> for Mutation

Source§

type Type = Option<RemoveOutsideCollaboratorPayload>

The schema marker type of this field.
Source§

impl HasField<removeReaction> for Mutation

Source§

type Type = Option<RemoveReactionPayload>

The schema marker type of this field.
Source§

impl HasField<removeStar> for Mutation

Source§

type Type = Option<RemoveStarPayload>

The schema marker type of this field.
Source§

impl HasField<removeUpvote> for Mutation

Source§

type Type = Option<RemoveUpvotePayload>

The schema marker type of this field.
Source§

impl HasField<reopenDiscussion> for Mutation

Source§

type Type = Option<ReopenDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<reopenIssue> for Mutation

Source§

type Type = Option<ReopenIssuePayload>

The schema marker type of this field.
Source§

impl HasField<reopenPullRequest> for Mutation

Source§

type Type = Option<ReopenPullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<requestReviews> for Mutation

Source§

type Type = Option<RequestReviewsPayload>

The schema marker type of this field.
Source§

impl HasField<rerequestCheckSuite> for Mutation

Source§

type Type = Option<RerequestCheckSuitePayload>

The schema marker type of this field.
Source§

impl HasField<resolveReviewThread> for Mutation

Source§

type Type = Option<ResolveReviewThreadPayload>

The schema marker type of this field.
Source§

impl HasField<retireSponsorsTier> for Mutation

Source§

type Type = Option<RetireSponsorsTierPayload>

The schema marker type of this field.
Source§

impl HasField<revertPullRequest> for Mutation

Source§

type Type = Option<RevertPullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<revokeEnterpriseOrganizationsMigratorRole> for Mutation

Source§

type Type = Option<RevokeEnterpriseOrganizationsMigratorRolePayload>

The schema marker type of this field.
Source§

impl HasField<revokeMigratorRole> for Mutation

Source§

type Type = Option<RevokeMigratorRolePayload>

The schema marker type of this field.
Source§

impl HasField<setEnterpriseIdentityProvider> for Mutation

Source§

type Type = Option<SetEnterpriseIdentityProviderPayload>

The schema marker type of this field.
Source§

impl HasField<setOrganizationInteractionLimit> for Mutation

Source§

type Type = Option<SetOrganizationInteractionLimitPayload>

The schema marker type of this field.
Source§

impl HasField<setRepositoryInteractionLimit> for Mutation

Source§

type Type = Option<SetRepositoryInteractionLimitPayload>

The schema marker type of this field.
Source§

impl HasField<setUserInteractionLimit> for Mutation

Source§

type Type = Option<SetUserInteractionLimitPayload>

The schema marker type of this field.
Source§

impl HasField<startOrganizationMigration> for Mutation

Source§

type Type = Option<StartOrganizationMigrationPayload>

The schema marker type of this field.
Source§

impl HasField<startRepositoryMigration> for Mutation

Source§

type Type = Option<StartRepositoryMigrationPayload>

The schema marker type of this field.
Source§

impl HasField<submitPullRequestReview> for Mutation

Source§

type Type = Option<SubmitPullRequestReviewPayload>

The schema marker type of this field.
Source§

impl HasField<transferEnterpriseOrganization> for Mutation

Source§

type Type = Option<TransferEnterpriseOrganizationPayload>

The schema marker type of this field.
Source§

impl HasField<transferIssue> for Mutation

Source§

type Type = Option<TransferIssuePayload>

The schema marker type of this field.
Source§

impl HasField<unarchiveProjectV2Item> for Mutation

Source§

type Type = Option<UnarchiveProjectV2ItemPayload>

The schema marker type of this field.
Source§

impl HasField<unarchiveRepository> for Mutation

Source§

type Type = Option<UnarchiveRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<unfollowOrganization> for Mutation

Source§

type Type = Option<UnfollowOrganizationPayload>

The schema marker type of this field.
Source§

impl HasField<unfollowUser> for Mutation

Source§

type Type = Option<UnfollowUserPayload>

The schema marker type of this field.
Source§

impl HasField<unlinkProjectV2FromRepository> for Mutation

Source§

type Type = Option<UnlinkProjectV2FromRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<unlinkProjectV2FromTeam> for Mutation

Source§

type Type = Option<UnlinkProjectV2FromTeamPayload>

The schema marker type of this field.
Source§

impl HasField<unlinkRepositoryFromProject> for Mutation

Source§

type Type = Option<UnlinkRepositoryFromProjectPayload>

The schema marker type of this field.
Source§

impl HasField<unlockLockable> for Mutation

Source§

type Type = Option<UnlockLockablePayload>

The schema marker type of this field.
Source§

impl HasField<unmarkDiscussionCommentAsAnswer> for Mutation

Source§

type Type = Option<UnmarkDiscussionCommentAsAnswerPayload>

The schema marker type of this field.
Source§

impl HasField<unmarkFileAsViewed> for Mutation

Source§

type Type = Option<UnmarkFileAsViewedPayload>

The schema marker type of this field.
Source§

impl HasField<unmarkIssueAsDuplicate> for Mutation

Source§

type Type = Option<UnmarkIssueAsDuplicatePayload>

The schema marker type of this field.
Source§

impl HasField<unminimizeComment> for Mutation

Source§

type Type = Option<UnminimizeCommentPayload>

The schema marker type of this field.
Source§

impl HasField<unpinIssue> for Mutation

Source§

type Type = Option<UnpinIssuePayload>

The schema marker type of this field.
Source§

impl HasField<unresolveReviewThread> for Mutation

Source§

type Type = Option<UnresolveReviewThreadPayload>

The schema marker type of this field.
Source§

impl HasField<updateBranchProtectionRule> for Mutation

Source§

type Type = Option<UpdateBranchProtectionRulePayload>

The schema marker type of this field.
Source§

impl HasField<updateCheckRun> for Mutation

Source§

type Type = Option<UpdateCheckRunPayload>

The schema marker type of this field.
Source§

impl HasField<updateCheckSuitePreferences> for Mutation

Source§

type Type = Option<UpdateCheckSuitePreferencesPayload>

The schema marker type of this field.
Source§

impl HasField<updateDiscussion> for Mutation

Source§

type Type = Option<UpdateDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<updateDiscussionComment> for Mutation

Source§

type Type = Option<UpdateDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseAdministratorRole> for Mutation

Source§

type Type = Option<UpdateEnterpriseAdministratorRolePayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseAllowPrivateRepositoryForkingSetting> for Mutation

Source§

impl HasField<updateEnterpriseDefaultRepositoryPermissionSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanChangeRepositoryVisibilitySetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanCreateRepositoriesSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanDeleteIssuesSetting> for Mutation

Source§

type Type = Option<UpdateEnterpriseMembersCanDeleteIssuesSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseMembersCanDeleteRepositoriesSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanInviteCollaboratorsSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanMakePurchasesSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanUpdateProtectedBranchesSetting> for Mutation

Source§

impl HasField<updateEnterpriseMembersCanViewDependencyInsightsSetting> for Mutation

Source§

impl HasField<updateEnterpriseOrganizationProjectsSetting> for Mutation

Source§

type Type = Option<UpdateEnterpriseOrganizationProjectsSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseOwnerOrganizationRole> for Mutation

Source§

type Type = Option<UpdateEnterpriseOwnerOrganizationRolePayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseProfile> for Mutation

Source§

type Type = Option<UpdateEnterpriseProfilePayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseRepositoryProjectsSetting> for Mutation

Source§

type Type = Option<UpdateEnterpriseRepositoryProjectsSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseTeamDiscussionsSetting> for Mutation

Source§

type Type = Option<UpdateEnterpriseTeamDiscussionsSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateEnterpriseTwoFactorAuthenticationRequiredSetting> for Mutation

Source§

impl HasField<updateEnvironment> for Mutation

Source§

type Type = Option<UpdateEnvironmentPayload>

The schema marker type of this field.
Source§

impl HasField<updateIpAllowListEnabledSetting> for Mutation

Source§

type Type = Option<UpdateIpAllowListEnabledSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateIpAllowListEntry> for Mutation

Source§

type Type = Option<UpdateIpAllowListEntryPayload>

The schema marker type of this field.
Source§

impl HasField<updateIpAllowListForInstalledAppsEnabledSetting> for Mutation

Source§

impl HasField<updateIssue> for Mutation

Source§

type Type = Option<UpdateIssuePayload>

The schema marker type of this field.
Source§

impl HasField<updateIssueComment> for Mutation

Source§

type Type = Option<UpdateIssueCommentPayload>

The schema marker type of this field.
Source§

impl HasField<updateLabel> for Mutation

Source§

type Type = Option<UpdateLabelPayload>

The schema marker type of this field.
Source§

impl HasField<updateNotificationRestrictionSetting> for Mutation

Source§

type Type = Option<UpdateNotificationRestrictionSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateOrganizationAllowPrivateRepositoryForkingSetting> for Mutation

Source§

impl HasField<updateOrganizationWebCommitSignoffSetting> for Mutation

Source§

type Type = Option<UpdateOrganizationWebCommitSignoffSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateProject> for Mutation

Source§

type Type = Option<UpdateProjectPayload>

The schema marker type of this field.
Source§

impl HasField<updateProjectCard> for Mutation

Source§

type Type = Option<UpdateProjectCardPayload>

The schema marker type of this field.
Source§

impl HasField<updateProjectColumn> for Mutation

Source§

type Type = Option<UpdateProjectColumnPayload>

The schema marker type of this field.
Source§

impl HasField<updateProjectV2> for Mutation

Source§

type Type = Option<UpdateProjectV2Payload>

The schema marker type of this field.
Source§

impl HasField<updateProjectV2DraftIssue> for Mutation

Source§

type Type = Option<UpdateProjectV2DraftIssuePayload>

The schema marker type of this field.
Source§

impl HasField<updateProjectV2ItemFieldValue> for Mutation

Source§

type Type = Option<UpdateProjectV2ItemFieldValuePayload>

The schema marker type of this field.
Source§

impl HasField<updateProjectV2ItemPosition> for Mutation

Source§

type Type = Option<UpdateProjectV2ItemPositionPayload>

The schema marker type of this field.
Source§

impl HasField<updatePullRequest> for Mutation

Source§

type Type = Option<UpdatePullRequestPayload>

The schema marker type of this field.
Source§

impl HasField<updatePullRequestBranch> for Mutation

Source§

type Type = Option<UpdatePullRequestBranchPayload>

The schema marker type of this field.
Source§

impl HasField<updatePullRequestReview> for Mutation

Source§

type Type = Option<UpdatePullRequestReviewPayload>

The schema marker type of this field.
Source§

impl HasField<updatePullRequestReviewComment> for Mutation

Source§

type Type = Option<UpdatePullRequestReviewCommentPayload>

The schema marker type of this field.
Source§

impl HasField<updateRef> for Mutation

Source§

type Type = Option<UpdateRefPayload>

The schema marker type of this field.
Source§

impl HasField<updateRefs> for Mutation

Source§

type Type = Option<UpdateRefsPayload>

The schema marker type of this field.
Source§

impl HasField<updateRepository> for Mutation

Source§

type Type = Option<UpdateRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<updateRepositoryRuleset> for Mutation

Source§

type Type = Option<UpdateRepositoryRulesetPayload>

The schema marker type of this field.
Source§

impl HasField<updateRepositoryWebCommitSignoffSetting> for Mutation

Source§

type Type = Option<UpdateRepositoryWebCommitSignoffSettingPayload>

The schema marker type of this field.
Source§

impl HasField<updateSponsorshipPreferences> for Mutation

Source§

type Type = Option<UpdateSponsorshipPreferencesPayload>

The schema marker type of this field.
Source§

impl HasField<updateSubscription> for Mutation

Source§

type Type = Option<UpdateSubscriptionPayload>

The schema marker type of this field.
Source§

impl HasField<updateTeamDiscussion> for Mutation

Source§

type Type = Option<UpdateTeamDiscussionPayload>

The schema marker type of this field.
Source§

impl HasField<updateTeamDiscussionComment> for Mutation

Source§

type Type = Option<UpdateTeamDiscussionCommentPayload>

The schema marker type of this field.
Source§

impl HasField<updateTeamReviewAssignment> for Mutation

Source§

type Type = Option<UpdateTeamReviewAssignmentPayload>

The schema marker type of this field.
Source§

impl HasField<updateTeamsRepository> for Mutation

Source§

type Type = Option<UpdateTeamsRepositoryPayload>

The schema marker type of this field.
Source§

impl HasField<updateTopics> for Mutation

Source§

type Type = Option<UpdateTopicsPayload>

The schema marker type of this field.
Source§

impl HasField<verifyVerifiableDomain> for Mutation

Source§

type Type = Option<VerifyVerifiableDomainPayload>

The schema marker type of this field.
Source§

impl NamedType for Mutation

Source§

const NAME: &'static str = "Mutation"

The name of this type
Source§

impl MutationRoot for Mutation

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T