ChannelIntegration
No description
type ChannelIntegration implements Integration {
channel: Channel!
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
uid: String
updatedAt: DateTime!
}
Fields
ChannelIntegration.channel ● Channel! non-null interface common
The channel the integration is connected to.
ChannelIntegration.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ChannelIntegration.id ● ID! non-null scalar common
ChannelIntegration.legacyId ● String! non-null scalar common
The Groove legacy API ID.
ChannelIntegration.provider ● IntegrationProvider! non-null enum common
The integration provider.
ChannelIntegration.settings ● IntegrationSettings! non-null object common
The global settings for all integrations of this provider type.
ChannelIntegration.uid ● String scalar common
The integration UID.
ChannelIntegration.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.