Skip to main content

AccountIntegration

No description

type AccountIntegration implements Integration {
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
uid: String
updatedAt: DateTime!
}

Fields

AccountIntegration.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

AccountIntegration.id ● ID! non-null scalar common

AccountIntegration.legacyId ● String! non-null scalar common

The Groove legacy API ID.

AccountIntegration.provider ● IntegrationProvider! non-null enum common

The integration provider.

AccountIntegration.settings ● IntegrationSettings! non-null object common

The global settings for all integrations of this provider type.

AccountIntegration.uid ● String scalar common

The integration UID.

AccountIntegration.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

Integration interface common

An object with timestamp fields for when it was created and last updated.