OBJECT
Integration
Description
Holds an integration and its configuration.
link GraphQL Schema definition
- type Integration {
- # The configuration.
- : IntegrationConfig!
- # The timestamp for when the integration was first created.
- : DateTime!
- # The enabled status of the integration.
- : IntegrationEnabledStatus!
- # The integration ID.
- : Long!
- # The integration type.
- : IntegrationType!
- # The integration name.
- : String!
- # The timestamp for when the integration was last updated.
- : DateTime!
- }