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