Skip to main content

GithubIntegration

No description

type GithubIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
installationId: ID!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
usesAdvancedSecurity: Boolean!
usesCodeInsights: Boolean!
}

Fields

GithubIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

GithubIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

GithubIntegration.installationId ● ID! non-null scalar

Github installation ID

GithubIntegration.integrationType ● IntegrationEnum! non-null enum

GithubIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

GithubIntegration.usesAdvancedSecurity ● Boolean! non-null scalar

Github integration uses advanced security features

GithubIntegration.usesCodeInsights ● Boolean! non-null scalar

Github integration uses code insights

Interfaces

BaseFields interface

IntegrationInterface interface

Member Of

CreateOrUpdateGithubIntegrationPayload object