Skip to main content

CreateOrUpdateGithubIntegrationInput

Autogenerated input type of CreateOrUpdateGithubIntegration

input CreateOrUpdateGithubIntegrationInput {
companyId: ID!
installationId: String!
usesAdvancedSecurity: Boolean!
usesCodeInsights: Boolean!
clientMutationId: String
}

Fields

CreateOrUpdateGithubIntegrationInput.companyId ● ID! non-null scalar

CreateOrUpdateGithubIntegrationInput.installationId ● String! non-null scalar

Github installation ID

CreateOrUpdateGithubIntegrationInput.usesAdvancedSecurity ● Boolean! non-null scalar

Github integration uses advanced security features

CreateOrUpdateGithubIntegrationInput.usesCodeInsights ● Boolean! non-null scalar

Github integration uses code insights

CreateOrUpdateGithubIntegrationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createOrUpdateGithubIntegration mutation