OBJECT

Integration

Description

Holds an integration and its configuration.

link GraphQL Schema definition

  • type Integration {
  • # The integration ID.
  • id: Long!
  • # The integration name.
  • name: String!
  • # The integration type.
  • integrationType: IntegrationType!
  • # The timestamp for when the integration was first created.
  • createdAt: DateTime!
  • # The timestamp for when the integration was last updated.
  • updatedAt: DateTime!
  • # The configuration.
  • config: IntegrationConfig!
  • }