OBJECT

IntegrationCategoryType

Integration Category

link GraphQL Schema definition

  • type IntegrationCategoryType {
  • # The description of the integration category
  • description: String
  • # The unique identifier of the category
  • id: ID!
  • # The name of the integration category
  • name: String
  • # The list of category options
  • options: [IntegrationOptionType!]
  • }