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<agentActivityCreate> for Mutation

Source§

type Type = AgentActivityPayload

The schema marker type of this field.
Source§

impl HasField<agentActivityCreatePrompt> for Mutation

Source§

type Type = AgentActivityPayload

The schema marker type of this field.
Source§

impl HasField<agentSessionCreate> for Mutation

Source§

type Type = AgentSessionPayload

The schema marker type of this field.
Source§

impl HasField<agentSessionCreateOnComment> for Mutation

Source§

type Type = AgentSessionPayload

The schema marker type of this field.
Source§

impl HasField<agentSessionCreateOnIssue> for Mutation

Source§

type Type = AgentSessionPayload

The schema marker type of this field.
Source§

impl HasField<agentSessionUpdate> for Mutation

Source§

type Type = AgentSessionPayload

The schema marker type of this field.
Source§

impl HasField<agentSessionUpdateExternalUrl> for Mutation

Source§

type Type = AgentSessionPayload

The schema marker type of this field.
Source§

impl HasField<airbyteIntegrationConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<asksWebFormsAuth> for Mutation

Source§

type Type = AsksWebFormsAuthResponse

The schema marker type of this field.
Source§

impl HasField<attachmentCreate> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkDiscord> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkFront> for Mutation

Source§

type Type = FrontAttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkGitHubIssue> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkGitHubPR> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkGitLabMR> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkIntercom> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkJiraIssue> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkSalesforce> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkSlack> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkURL> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentLinkZendesk> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentSyncToSlack> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<attachmentUpdate> for Mutation

Source§

type Type = AttachmentPayload

The schema marker type of this field.
Source§

impl HasField<commentCreate> for Mutation

Source§

type Type = CommentPayload

The schema marker type of this field.
Source§

impl HasField<commentDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<commentResolve> for Mutation

Source§

type Type = CommentPayload

The schema marker type of this field.
Source§

impl HasField<commentUnresolve> for Mutation

Source§

type Type = CommentPayload

The schema marker type of this field.
Source§

impl HasField<commentUpdate> for Mutation

Source§

type Type = CommentPayload

The schema marker type of this field.
Source§

impl HasField<contactCreate> for Mutation

Source§

type Type = ContactPayload

The schema marker type of this field.
Source§

impl HasField<contactSalesCreate> for Mutation

Source§

type Type = ContactPayload

The schema marker type of this field.
Source§

impl HasField<createCsvExportReport> for Mutation

Source§

type Type = CreateCsvExportReportPayload

The schema marker type of this field.
Source§

impl HasField<createInitiativeUpdateReminder> for Mutation

Source§

type Type = InitiativeUpdateReminderPayload

The schema marker type of this field.
Source§

impl HasField<createOrganizationFromOnboarding> for Mutation

Source§

type Type = CreateOrJoinOrganizationResponse

The schema marker type of this field.
Source§

impl HasField<createProjectUpdateReminder> for Mutation

Source§

type Type = ProjectUpdateReminderPayload

The schema marker type of this field.
Source§

impl HasField<customViewCreate> for Mutation

Source§

type Type = CustomViewPayload

The schema marker type of this field.
Source§

impl HasField<customViewDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<customViewUpdate> for Mutation

Source§

type Type = CustomViewPayload

The schema marker type of this field.
Source§

impl HasField<customerCreate> for Mutation

Source§

type Type = CustomerPayload

The schema marker type of this field.
Source§

impl HasField<customerDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<customerMerge> for Mutation

Source§

type Type = CustomerPayload

The schema marker type of this field.
Source§

impl HasField<customerNeedArchive> for Mutation

Source§

type Type = CustomerNeedArchivePayload

The schema marker type of this field.
Source§

impl HasField<customerNeedCreate> for Mutation

Source§

type Type = CustomerNeedPayload

The schema marker type of this field.
Source§

impl HasField<customerNeedCreateFromAttachment> for Mutation

Source§

type Type = CustomerNeedPayload

The schema marker type of this field.
Source§

impl HasField<customerNeedDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<customerNeedUnarchive> for Mutation

Source§

type Type = CustomerNeedArchivePayload

The schema marker type of this field.
Source§

impl HasField<customerNeedUpdate> for Mutation

Source§

type Type = CustomerNeedUpdatePayload

The schema marker type of this field.
Source§

impl HasField<customerStatusCreate> for Mutation

Source§

type Type = CustomerStatusPayload

The schema marker type of this field.
Source§

impl HasField<customerStatusDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<customerStatusUpdate> for Mutation

Source§

type Type = CustomerStatusPayload

The schema marker type of this field.
Source§

impl HasField<customerTierCreate> for Mutation

Source§

type Type = CustomerTierPayload

The schema marker type of this field.
Source§

impl HasField<customerTierDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<customerTierUpdate> for Mutation

Source§

type Type = CustomerTierPayload

The schema marker type of this field.
Source§

impl HasField<customerUnsync> for Mutation

Source§

type Type = CustomerPayload

The schema marker type of this field.
Source§

impl HasField<customerUpdate> for Mutation

Source§

type Type = CustomerPayload

The schema marker type of this field.
Source§

impl HasField<customerUpsert> for Mutation

Source§

type Type = CustomerPayload

The schema marker type of this field.
Source§

impl HasField<cycleArchive> for Mutation

Source§

type Type = CycleArchivePayload

The schema marker type of this field.
Source§

impl HasField<cycleCreate> for Mutation

Source§

type Type = CyclePayload

The schema marker type of this field.
Source§

impl HasField<cycleShiftAll> for Mutation

Source§

type Type = CyclePayload

The schema marker type of this field.
Source§

impl HasField<cycleStartUpcomingCycleToday> for Mutation

Source§

type Type = CyclePayload

The schema marker type of this field.
Source§

impl HasField<cycleUpdate> for Mutation

Source§

type Type = CyclePayload

The schema marker type of this field.
Source§

impl HasField<documentCreate> for Mutation

Source§

type Type = DocumentPayload

The schema marker type of this field.
Source§

impl HasField<documentDelete> for Mutation

Source§

type Type = DocumentArchivePayload

The schema marker type of this field.
Source§

impl HasField<documentUnarchive> for Mutation

Source§

type Type = DocumentArchivePayload

The schema marker type of this field.
Source§

impl HasField<documentUpdate> for Mutation

Source§

type Type = DocumentPayload

The schema marker type of this field.
Source§

impl HasField<emailIntakeAddressCreate> for Mutation

Source§

type Type = EmailIntakeAddressPayload

The schema marker type of this field.
Source§

impl HasField<emailIntakeAddressDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<emailIntakeAddressRotate> for Mutation

Source§

type Type = EmailIntakeAddressPayload

The schema marker type of this field.
Source§

impl HasField<emailIntakeAddressUpdate> for Mutation

Source§

type Type = EmailIntakeAddressPayload

The schema marker type of this field.
Source§

impl HasField<emailTokenUserAccountAuth> for Mutation

Source§

type Type = AuthResolverResponse

The schema marker type of this field.
Source§

impl HasField<emailUnsubscribe> for Mutation

Source§

type Type = EmailUnsubscribePayload

The schema marker type of this field.
Source§

impl HasField<emailUserAccountAuthChallenge> for Mutation

Source§

type Type = EmailUserAccountAuthChallengeResponse

The schema marker type of this field.
Source§

impl HasField<emojiCreate> for Mutation

Source§

type Type = EmojiPayload

The schema marker type of this field.
Source§

impl HasField<emojiDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<entityExternalLinkCreate> for Mutation

Source§

type Type = EntityExternalLinkPayload

The schema marker type of this field.
Source§

impl HasField<entityExternalLinkDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<entityExternalLinkUpdate> for Mutation

Source§

type Type = EntityExternalLinkPayload

The schema marker type of this field.
Source§

impl HasField<favoriteCreate> for Mutation

Source§

type Type = FavoritePayload

The schema marker type of this field.
Source§

impl HasField<favoriteDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<favoriteUpdate> for Mutation

Source§

type Type = FavoritePayload

The schema marker type of this field.
Source§

impl HasField<fileUpload> for Mutation

Source§

type Type = UploadPayload

The schema marker type of this field.
Source§

impl HasField<fileUploadDangerouslyDelete> for Mutation

Source§

type Type = FileUploadDeletePayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationStateCreate> for Mutation

Source§

type Type = GitAutomationStatePayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationStateDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationStateUpdate> for Mutation

Source§

type Type = GitAutomationStatePayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationTargetBranchCreate> for Mutation

Source§

type Type = GitAutomationTargetBranchPayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationTargetBranchDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<gitAutomationTargetBranchUpdate> for Mutation

Source§

type Type = GitAutomationTargetBranchPayload

The schema marker type of this field.
Source§

impl HasField<googleUserAccountAuth> for Mutation

Source§

type Type = AuthResolverResponse

The schema marker type of this field.
Source§

impl HasField<imageUploadFromUrl> for Mutation

Source§

type Type = ImageUploadFromUrlPayload

The schema marker type of this field.
Source§

impl HasField<importFileUpload> for Mutation

Source§

type Type = UploadPayload

The schema marker type of this field.
Source§

impl HasField<initiativeArchive> for Mutation

Source§

type Type = InitiativeArchivePayload

The schema marker type of this field.
Source§

impl HasField<initiativeCreate> for Mutation

Source§

type Type = InitiativePayload

The schema marker type of this field.
Source§

impl HasField<initiativeDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<initiativeRelationCreate> for Mutation

Source§

type Type = InitiativeRelationPayload

The schema marker type of this field.
Source§

impl HasField<initiativeRelationDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<initiativeRelationUpdate> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<initiativeToProjectCreate> for Mutation

Source§

type Type = InitiativeToProjectPayload

The schema marker type of this field.
Source§

impl HasField<initiativeToProjectDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<initiativeToProjectUpdate> for Mutation

Source§

type Type = InitiativeToProjectPayload

The schema marker type of this field.
Source§

impl HasField<initiativeUnarchive> for Mutation

Source§

type Type = InitiativeArchivePayload

The schema marker type of this field.
Source§

impl HasField<initiativeUpdate> for Mutation

Source§

type Type = InitiativePayload

The schema marker type of this field.
Source§

impl HasField<initiativeUpdateArchive> for Mutation

Source§

type Type = InitiativeUpdateArchivePayload

The schema marker type of this field.
Source§

impl HasField<initiativeUpdateCreate> for Mutation

Source§

type Type = InitiativeUpdatePayload

The schema marker type of this field.
Source§

impl HasField<initiativeUpdateUnarchive> for Mutation

Source§

type Type = InitiativeUpdateArchivePayload

The schema marker type of this field.
Source§

impl HasField<initiativeUpdateUpdate> for Mutation

Source§

type Type = InitiativeUpdatePayload

The schema marker type of this field.
Source§

impl HasField<integrationArchive> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<integrationAsksConnectChannel> for Mutation

Source§

type Type = AsksChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationCustomerDataAttributesRefresh> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<integrationDiscord> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationFigma> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationFront> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGitHubEnterpriseServerConnect> for Mutation

Source§

type Type = GitHubEnterpriseServerPayload

The schema marker type of this field.
Source§

impl HasField<integrationGitHubPersonal> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGithubCommitCreate> for Mutation

Source§

type Type = GitHubCommitIntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGithubConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGithubImportConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGithubImportRefresh> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGitlabConnect> for Mutation

Source§

type Type = GitLabIntegrationCreatePayload

The schema marker type of this field.
Source§

impl HasField<integrationGong> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGoogleCalendarPersonalConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationGoogleSheets> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationIntercom> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationIntercomDelete> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationIntercomSettingsUpdate> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationJiraPersonal> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationJiraUpdate> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationLaunchDarklyConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationLaunchDarklyPersonalConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationLoom> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationMcpServerConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationMcpServerPersonalConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationOpsgenieConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationOpsgenieRefreshScheduleMappings> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationPagerDutyConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationPagerDutyRefreshScheduleMappings> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationRequest> for Mutation

Source§

type Type = IntegrationRequestPayload

The schema marker type of this field.
Source§

impl HasField<integrationSalesforce> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSalesforceMetadataRefresh> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSentryConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSettingsUpdate> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlack> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackAsks> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackCustomViewNotifications> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackCustomerChannelLink> for Mutation

Source§

type Type = SuccessPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackImportEmojis> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackInitiativePost> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackOrAsksUpdateSlackTeamName> for Mutation

Source§

type Type = IntegrationSlackWorkspaceNamePayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackOrgInitiativeUpdatesPost> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackOrgProjectUpdatesPost> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackPersonal> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackPost> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackProjectPost> for Mutation

Source§

type Type = SlackChannelConnectPayload

The schema marker type of this field.
Source§

impl HasField<integrationSlackWorkflowAccessUpdate> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationTemplateCreate> for Mutation

Source§

type Type = IntegrationTemplatePayload

The schema marker type of this field.
Source§

impl HasField<integrationTemplateDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<integrationUpdate> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationZendesk> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<integrationsSettingsCreate> for Mutation

Source§

type Type = IntegrationsSettingsPayload

The schema marker type of this field.
Source§

impl HasField<integrationsSettingsUpdate> for Mutation

Source§

type Type = IntegrationsSettingsPayload

The schema marker type of this field.
Source§

impl HasField<issueAddLabel> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueArchive> for Mutation

Source§

type Type = IssueArchivePayload

The schema marker type of this field.
Source§

impl HasField<issueBatchCreate> for Mutation

Source§

type Type = IssueBatchPayload

The schema marker type of this field.
Source§

impl HasField<issueBatchUpdate> for Mutation

Source§

type Type = IssueBatchPayload

The schema marker type of this field.
Source§

impl HasField<issueCreate> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueDelete> for Mutation

Source§

type Type = IssueArchivePayload

The schema marker type of this field.
Source§

impl HasField<issueDescriptionUpdateFromFront> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueExternalSyncDisable> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateAsana> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateCSVJira> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateClubhouse> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateGithub> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateJira> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportCreateLinearV2> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportDelete> for Mutation

Source§

type Type = IssueImportDeletePayload

The schema marker type of this field.
Source§

impl HasField<issueImportProcess> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueImportUpdate> for Mutation

Source§

type Type = IssueImportPayload

The schema marker type of this field.
Source§

impl HasField<issueLabelCreate> for Mutation

Source§

type Type = IssueLabelPayload

The schema marker type of this field.
Source§

impl HasField<issueLabelDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<issueLabelRestore> for Mutation

Source§

type Type = IssueLabelPayload

The schema marker type of this field.
Source§

impl HasField<issueLabelRetire> for Mutation

Source§

type Type = IssueLabelPayload

The schema marker type of this field.
Source§

impl HasField<issueLabelUpdate> for Mutation

Source§

type Type = IssueLabelPayload

The schema marker type of this field.
Source§

impl HasField<issueRelationCreate> for Mutation

Source§

type Type = IssueRelationPayload

The schema marker type of this field.
Source§

impl HasField<issueRelationDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<issueRelationUpdate> for Mutation

Source§

type Type = IssueRelationPayload

The schema marker type of this field.
Source§

impl HasField<issueReminder> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueRemoveLabel> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueSubscribe> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueToReleaseCreate> for Mutation

Source§

type Type = IssueToReleasePayload

The schema marker type of this field.
Source§

impl HasField<issueToReleaseDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<issueToReleaseDeleteByIssueAndRelease> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<issueUnarchive> for Mutation

Source§

type Type = IssueArchivePayload

The schema marker type of this field.
Source§

impl HasField<issueUnsubscribe> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<issueUpdate> for Mutation

Source§

type Type = IssuePayload

The schema marker type of this field.
Source§

impl HasField<jiraIntegrationConnect> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<joinOrganizationFromOnboarding> for Mutation

Source§

type Type = CreateOrJoinOrganizationResponse

The schema marker type of this field.
Source§

impl HasField<leaveOrganization> for Mutation

Source§

type Type = CreateOrJoinOrganizationResponse

The schema marker type of this field.
Source§

impl HasField<logout> for Mutation

Source§

type Type = LogoutResponse

The schema marker type of this field.
Source§

impl HasField<logoutAllSessions> for Mutation

Source§

type Type = LogoutResponse

The schema marker type of this field.
Source§

impl HasField<logoutOtherSessions> for Mutation

Source§

type Type = LogoutResponse

The schema marker type of this field.
Source§

impl HasField<logoutSession> for Mutation

Source§

type Type = LogoutResponse

The schema marker type of this field.
Source§

impl HasField<notificationArchive> for Mutation

Source§

type Type = NotificationArchivePayload

The schema marker type of this field.
Source§

impl HasField<notificationArchiveAll> for Mutation

Source§

type Type = NotificationBatchActionPayload

The schema marker type of this field.
Source§

impl HasField<notificationCategoryChannelSubscriptionUpdate> for Mutation

Source§

type Type = UserSettingsPayload

The schema marker type of this field.
Source§

impl HasField<notificationMarkReadAll> for Mutation

Source§

type Type = NotificationBatchActionPayload

The schema marker type of this field.
Source§

impl HasField<notificationMarkUnreadAll> for Mutation

Source§

type Type = NotificationBatchActionPayload

The schema marker type of this field.
Source§

impl HasField<notificationSnoozeAll> for Mutation

Source§

type Type = NotificationBatchActionPayload

The schema marker type of this field.
Source§

impl HasField<notificationSubscriptionCreate> for Mutation

Source§

type Type = NotificationSubscriptionPayload

The schema marker type of this field.
Source§

impl HasField<notificationSubscriptionDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<notificationSubscriptionUpdate> for Mutation

Source§

type Type = NotificationSubscriptionPayload

The schema marker type of this field.
Source§

impl HasField<notificationUnarchive> for Mutation

Source§

type Type = NotificationArchivePayload

The schema marker type of this field.
Source§

impl HasField<notificationUnsnoozeAll> for Mutation

Source§

type Type = NotificationBatchActionPayload

The schema marker type of this field.
Source§

impl HasField<notificationUpdate> for Mutation

Source§

type Type = NotificationPayload

The schema marker type of this field.
Source§

impl HasField<organizationCancelDelete> for Mutation

Source§

type Type = OrganizationCancelDeletePayload

The schema marker type of this field.
Source§

impl HasField<organizationDelete> for Mutation

Source§

type Type = OrganizationDeletePayload

The schema marker type of this field.
Source§

impl HasField<organizationDeleteChallenge> for Mutation

Source§

type Type = OrganizationDeletePayload

The schema marker type of this field.
Source§

impl HasField<organizationDomainClaim> for Mutation

Source§

type Type = OrganizationDomainSimplePayload

The schema marker type of this field.
Source§

impl HasField<organizationDomainCreate> for Mutation

Source§

type Type = OrganizationDomainPayload

The schema marker type of this field.
Source§

impl HasField<organizationDomainDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<organizationDomainUpdate> for Mutation

Source§

type Type = OrganizationDomainPayload

The schema marker type of this field.
Source§

impl HasField<organizationDomainVerify> for Mutation

Source§

type Type = OrganizationDomainPayload

The schema marker type of this field.
Source§

impl HasField<organizationInviteCreate> for Mutation

Source§

type Type = OrganizationInvitePayload

The schema marker type of this field.
Source§

impl HasField<organizationInviteDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<organizationInviteUpdate> for Mutation

Source§

type Type = OrganizationInvitePayload

The schema marker type of this field.
Source§

impl HasField<organizationStartTrial> for Mutation

Source§

type Type = OrganizationStartTrialPayload

The schema marker type of this field.
Source§

impl HasField<organizationStartTrialForPlan> for Mutation

Source§

type Type = OrganizationStartTrialPayload

The schema marker type of this field.
Source§

impl HasField<organizationUpdate> for Mutation

Source§

type Type = OrganizationPayload

The schema marker type of this field.
Source§

impl HasField<passkeyLoginFinish> for Mutation

Source§

type Type = AuthResolverResponse

The schema marker type of this field.
Source§

impl HasField<passkeyLoginStart> for Mutation

Source§

type Type = PasskeyLoginStartResponse

The schema marker type of this field.
Source§

impl HasField<projectAddLabel> for Mutation

Source§

type Type = ProjectPayload

The schema marker type of this field.
Source§

impl HasField<projectArchive> for Mutation

Source§

type Type = ProjectArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectCreate> for Mutation

Source§

type Type = ProjectPayload

The schema marker type of this field.
Source§

impl HasField<projectDelete> for Mutation

Source§

type Type = ProjectArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectExternalSyncDisable> for Mutation

Source§

type Type = ProjectPayload

The schema marker type of this field.
Source§

impl HasField<projectLabelCreate> for Mutation

Source§

type Type = ProjectLabelPayload

The schema marker type of this field.
Source§

impl HasField<projectLabelDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<projectLabelRestore> for Mutation

Source§

type Type = ProjectLabelPayload

The schema marker type of this field.
Source§

impl HasField<projectLabelRetire> for Mutation

Source§

type Type = ProjectLabelPayload

The schema marker type of this field.
Source§

impl HasField<projectLabelUpdate> for Mutation

Source§

type Type = ProjectLabelPayload

The schema marker type of this field.
Source§

impl HasField<projectMilestoneCreate> for Mutation

Source§

type Type = ProjectMilestonePayload

The schema marker type of this field.
Source§

impl HasField<projectMilestoneDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<projectMilestoneMove> for Mutation

Source§

type Type = ProjectMilestoneMovePayload

The schema marker type of this field.
Source§

impl HasField<projectMilestoneUpdate> for Mutation

Source§

type Type = ProjectMilestonePayload

The schema marker type of this field.
Source§

impl HasField<projectReassignStatus> for Mutation

Source§

type Type = SuccessPayload

The schema marker type of this field.
Source§

impl HasField<projectRelationCreate> for Mutation

Source§

type Type = ProjectRelationPayload

The schema marker type of this field.
Source§

impl HasField<projectRelationDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<projectRelationUpdate> for Mutation

Source§

type Type = ProjectRelationPayload

The schema marker type of this field.
Source§

impl HasField<projectRemoveLabel> for Mutation

Source§

type Type = ProjectPayload

The schema marker type of this field.
Source§

impl HasField<projectStatusArchive> for Mutation

Source§

type Type = ProjectStatusArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectStatusCreate> for Mutation

Source§

type Type = ProjectStatusPayload

The schema marker type of this field.
Source§

impl HasField<projectStatusUnarchive> for Mutation

Source§

type Type = ProjectStatusArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectStatusUpdate> for Mutation

Source§

type Type = ProjectStatusPayload

The schema marker type of this field.
Source§

impl HasField<projectUnarchive> for Mutation

Source§

type Type = ProjectArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectUpdate> for Mutation

Source§

type Type = ProjectPayload

The schema marker type of this field.
Source§

impl HasField<projectUpdateArchive> for Mutation

Source§

type Type = ProjectUpdateArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectUpdateCreate> for Mutation

Source§

type Type = ProjectUpdatePayload

The schema marker type of this field.
Source§

impl HasField<projectUpdateDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<projectUpdateUnarchive> for Mutation

Source§

type Type = ProjectUpdateArchivePayload

The schema marker type of this field.
Source§

impl HasField<projectUpdateUpdate> for Mutation

Source§

type Type = ProjectUpdatePayload

The schema marker type of this field.
Source§

impl HasField<pushSubscriptionCreate> for Mutation

Source§

type Type = PushSubscriptionPayload

The schema marker type of this field.
Source§

impl HasField<pushSubscriptionDelete> for Mutation

Source§

type Type = PushSubscriptionPayload

The schema marker type of this field.
Source§

impl HasField<reactionCreate> for Mutation

Source§

type Type = ReactionPayload

The schema marker type of this field.
Source§

impl HasField<reactionDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<refreshGoogleSheetsData> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<releaseArchive> for Mutation

Source§

type Type = ReleaseArchivePayload

The schema marker type of this field.
Source§

impl HasField<releaseCreate> for Mutation

Source§

type Type = ReleasePayload

The schema marker type of this field.
Source§

impl HasField<releasePipelineArchive> for Mutation

Source§

type Type = ReleasePipelineArchivePayload

The schema marker type of this field.
Source§

impl HasField<releasePipelineCreate> for Mutation

Source§

type Type = ReleasePipelinePayload

The schema marker type of this field.
Source§

impl HasField<releasePipelineDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<releasePipelineUnarchive> for Mutation

Source§

type Type = ReleasePipelineArchivePayload

The schema marker type of this field.
Source§

impl HasField<releasePipelineUpdate> for Mutation

Source§

type Type = ReleasePipelinePayload

The schema marker type of this field.
Source§

impl HasField<releaseStageArchive> for Mutation

Source§

type Type = ReleaseStageArchivePayload

The schema marker type of this field.
Source§

impl HasField<releaseStageCreate> for Mutation

Source§

type Type = ReleaseStagePayload

The schema marker type of this field.
Source§

impl HasField<releaseStageUnarchive> for Mutation

Source§

type Type = ReleaseStageArchivePayload

The schema marker type of this field.
Source§

impl HasField<releaseStageUpdate> for Mutation

Source§

type Type = ReleaseStagePayload

The schema marker type of this field.
Source§

impl HasField<releaseUnarchive> for Mutation

Source§

type Type = ReleaseArchivePayload

The schema marker type of this field.
Source§

impl HasField<releaseUpdate> for Mutation

Source§

type Type = ReleasePayload

The schema marker type of this field.
Source§

impl HasField<resendOrganizationInvite> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<resendOrganizationInviteByEmail> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<roadmapArchive> for Mutation

Source§

type Type = RoadmapArchivePayload

The schema marker type of this field.
Source§

impl HasField<roadmapCreate> for Mutation

Source§

type Type = RoadmapPayload

The schema marker type of this field.
Source§

impl HasField<roadmapDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<roadmapToProjectCreate> for Mutation

Source§

type Type = RoadmapToProjectPayload

The schema marker type of this field.
Source§

impl HasField<roadmapToProjectDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<roadmapToProjectUpdate> for Mutation

Source§

type Type = RoadmapToProjectPayload

The schema marker type of this field.
Source§

impl HasField<roadmapUnarchive> for Mutation

Source§

type Type = RoadmapArchivePayload

The schema marker type of this field.
Source§

impl HasField<roadmapUpdate> for Mutation

Source§

type Type = RoadmapPayload

The schema marker type of this field.
Source§

impl HasField<samlTokenUserAccountAuth> for Mutation

Source§

type Type = AuthResolverResponse

The schema marker type of this field.
Source§

impl HasField<teamCreate> for Mutation

Source§

type Type = TeamPayload

The schema marker type of this field.
Source§

impl HasField<teamCyclesDelete> for Mutation

Source§

type Type = TeamPayload

The schema marker type of this field.
Source§

impl HasField<teamDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<teamKeyDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<teamMembershipCreate> for Mutation

Source§

type Type = TeamMembershipPayload

The schema marker type of this field.
Source§

impl HasField<teamMembershipDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<teamMembershipUpdate> for Mutation

Source§

type Type = TeamMembershipPayload

The schema marker type of this field.
Source§

impl HasField<teamUnarchive> for Mutation

Source§

type Type = TeamArchivePayload

The schema marker type of this field.
Source§

impl HasField<teamUpdate> for Mutation

Source§

type Type = TeamPayload

The schema marker type of this field.
Source§

impl HasField<templateCreate> for Mutation

Source§

type Type = TemplatePayload

The schema marker type of this field.
Source§

impl HasField<templateDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<templateUpdate> for Mutation

Source§

type Type = TemplatePayload

The schema marker type of this field.
Source§

impl HasField<timeScheduleCreate> for Mutation

Source§

type Type = TimeSchedulePayload

The schema marker type of this field.
Source§

impl HasField<timeScheduleDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<timeScheduleRefreshIntegrationSchedule> for Mutation

Source§

type Type = TimeSchedulePayload

The schema marker type of this field.
Source§

impl HasField<timeScheduleUpdate> for Mutation

Source§

type Type = TimeSchedulePayload

The schema marker type of this field.
Source§

impl HasField<timeScheduleUpsertExternal> for Mutation

Source§

type Type = TimeSchedulePayload

The schema marker type of this field.
Source§

impl HasField<triageResponsibilityCreate> for Mutation

Source§

type Type = TriageResponsibilityPayload

The schema marker type of this field.
Source§

impl HasField<triageResponsibilityDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<triageResponsibilityUpdate> for Mutation

Source§

type Type = TriageResponsibilityPayload

The schema marker type of this field.
Source§

impl HasField<updateIntegrationSlackScopes> for Mutation

Source§

type Type = IntegrationPayload

The schema marker type of this field.
Source§

impl HasField<userChangeRole> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userDemoteAdmin> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userDemoteMember> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userDiscordConnect> for Mutation

Source§

type Type = UserPayload

The schema marker type of this field.
Source§

impl HasField<userExternalUserDisconnect> for Mutation

Source§

type Type = UserPayload

The schema marker type of this field.
Source§

impl HasField<userFlagUpdate> for Mutation

Source§

type Type = UserSettingsFlagPayload

The schema marker type of this field.
Source§

impl HasField<userPromoteAdmin> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userPromoteMember> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userSettingsFlagsReset> for Mutation

Source§

type Type = UserSettingsFlagsResetPayload

The schema marker type of this field.
Source§

impl HasField<userSettingsUpdate> for Mutation

Source§

type Type = UserSettingsPayload

The schema marker type of this field.
Source§

impl HasField<userSuspend> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userUnlinkFromIdentityProvider> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userUnsuspend> for Mutation

Source§

type Type = UserAdminPayload

The schema marker type of this field.
Source§

impl HasField<userUpdate> for Mutation

Source§

type Type = UserPayload

The schema marker type of this field.
Source§

impl HasField<viewPreferencesCreate> for Mutation

Source§

type Type = ViewPreferencesPayload

The schema marker type of this field.
Source§

impl HasField<viewPreferencesDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<viewPreferencesUpdate> for Mutation

Source§

type Type = ViewPreferencesPayload

The schema marker type of this field.
Source§

impl HasField<webhookCreate> for Mutation

Source§

type Type = WebhookPayload

The schema marker type of this field.
Source§

impl HasField<webhookDelete> for Mutation

Source§

type Type = DeletePayload

The schema marker type of this field.
Source§

impl HasField<webhookUpdate> for Mutation

Source§

type Type = WebhookPayload

The schema marker type of this field.
Source§

impl HasField<workflowStateArchive> for Mutation

Source§

type Type = WorkflowStateArchivePayload

The schema marker type of this field.
Source§

impl HasField<workflowStateCreate> for Mutation

Source§

type Type = WorkflowStatePayload

The schema marker type of this field.
Source§

impl HasField<workflowStateUpdate> for Mutation

Source§

type Type = WorkflowStatePayload

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