Skip to main content

UserIntegration

No description

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

Fields

UserIntegration.agent ● Agent object common

The agent the integration is connected to.

UserIntegration.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

UserIntegration.id ● ID! non-null scalar common

UserIntegration.legacyId ● String! non-null scalar common

The Groove legacy API ID.

UserIntegration.provider ● IntegrationProvider! non-null enum common

The integration provider.

UserIntegration.settings ● IntegrationSettings! non-null object common

The global settings for all integrations of this provider type.

UserIntegration.uid ● String scalar common

The integration UID.

UserIntegration.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.

Implemented by

Actor union ● IntegrationUnion union