CreateOrUpdateGithubIntegrationInput
Autogenerated input type of CreateOrUpdateGithubIntegration
input CreateOrUpdateGithubIntegrationInput {
companyId: ID!
installationId: String!
usesAdvancedSecurity: Boolean!
usesExploreCode: 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.usesExploreCode ● Boolean! non-null scalar
Github integration uses explore code
CreateOrUpdateGithubIntegrationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
Member Of
createOrUpdateGithubIntegration mutation