IntegrationInterface
No description
interface IntegrationInterface implements BaseFields {
createdAt: ISO8601DateTime!
id: ID
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
}
Fields
IntegrationInterface.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
IntegrationInterface.id ● ID scalar
The ID scalar type represents a unique identifier
IntegrationInterface.integrationType ● IntegrationEnum! non-null enum
IntegrationInterface.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated