Skip to main content

GithubIntegration

No description

type GithubIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
installationId: ID!
integrationType: String!
updatedAt: ISO8601DateTime!
}

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 ● String! non-null scalar

GithubIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

IntegrationInterface interface

Member Of

CreateOrUpdateGithubIntegrationPayload object