GithubIntegration
No description
type GithubIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
installationId: ID!
integrationType: IntegrationEnum!
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
● IntegrationEnum!
non-null enum
GithubIntegration.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated