CreateOrUpdateIntegrationInput
Autogenerated input type of CreateOrUpdateIntegration
input CreateOrUpdateIntegrationInput {
clientMutationId: String
companyId: Int!
environment: Environment!
apiKey: String!
tenantName: String!
}
Fields
CreateOrUpdateIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateIntegrationInput.companyId
● Int!
non-null scalar
CreateOrUpdateIntegrationInput.environment
● Environment!
non-null enum
CreateOrUpdateIntegrationInput.apiKey
● String!
non-null scalar
CreateOrUpdateIntegrationInput.tenantName
● String!
non-null scalar
Member Of
createOrUpdateCheckmarxIntegration
mutation