CreateOrUpdateGithubIntegrationInput
Autogenerated input type of CreateOrUpdateGithubIntegration
input CreateOrUpdateGithubIntegrationInput {
companyId: ID!
installationId: String!
clientMutationId: String
}
Fields
CreateOrUpdateGithubIntegrationInput.companyId
● ID!
non-null scalar
CreateOrUpdateGithubIntegrationInput.installationId
● String!
non-null scalar
Github installation ID
CreateOrUpdateGithubIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
createOrUpdateGithubIntegration
mutation