CreateSlackIntegrationInput
Autogenerated input type of CreateSlackIntegration
input CreateSlackIntegrationInput {
companyId: ID!
clientMutationId: String
}
Fields
CreateSlackIntegrationInput.companyId
● ID!
non-null scalar
Company ID to setup the integration
CreateSlackIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
createSlackIntegration
mutation