CreateOrUpdateSonarIntegrationPayload
Autogenerated return type of CreateOrUpdateSonarIntegration
type CreateOrUpdateSonarIntegrationPayload {
clientMutationId: String
integration: Integration
}
Fields
CreateOrUpdateSonarIntegrationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateSonarIntegrationPayload.integration
● Integration
object
Returned By
createOrUpdateSonarIntegration
mutation