CreateOrUpdateGithubIntegrationPayload
Autogenerated return type of CreateOrUpdateGithubIntegration
type CreateOrUpdateGithubIntegrationPayload {
clientMutationId: String
integration: GithubIntegration!
}
Fields
CreateOrUpdateGithubIntegrationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateGithubIntegrationPayload.integration
● GithubIntegration!
non-null object
Returned By
createOrUpdateGithubIntegration
mutation