CreateOrUpdateSonarIntegrationInput
Autogenerated input type of CreateOrUpdateSonarIntegration
input CreateOrUpdateSonarIntegrationInput {
clientMutationId: String
companyId: Int!
url: String
userToken: String!
integrationType: ToolTypeCategory!
organization: String
}
Fields
CreateOrUpdateSonarIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateSonarIntegrationInput.companyId
● Int!
non-null scalar
CreateOrUpdateSonarIntegrationInput.url
● String
scalar
CreateOrUpdateSonarIntegrationInput.userToken
● String!
non-null scalar
CreateOrUpdateSonarIntegrationInput.integrationType
● ToolTypeCategory!
non-null enum
CreateOrUpdateSonarIntegrationInput.organization
● String
scalar
Only necessary in SonarCloud integration
Member Of
createOrUpdateSonarIntegration
mutation