Skip to main content

IntegrationInterface

No description

interface IntegrationInterface implements BaseFields {
createdAt: ISO8601DateTime!
id: ID!
integrationType: String!
updatedAt: ISO8601DateTime!
}

Fields

IntegrationInterface.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

IntegrationInterface.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

IntegrationInterface.integrationType ● String! non-null scalar

IntegrationInterface.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

Implemented By

GithubIntegration object