IntegrationJiraServerCreatePayload
Autogenerated return type of IntegrationJiraServerCreate
type IntegrationJiraServerCreatePayload {
clientMutationId: String
errors: [UserError!]!
integration: JiraServerIntegration
}
Fields
IntegrationJiraServerCreatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
IntegrationJiraServerCreatePayload.errors ● [UserError!]! non-null object common
Errors related to user input
IntegrationJiraServerCreatePayload.integration ● JiraServerIntegration object common
The jira server integration that was created.
Returned by
integrationJiraServerUpsert mutation