OBJECT
IntegrationOptionType
The option of an integration
link GraphQL Schema definition
- type IntegrationOptionType {
- # The name of the status when the option is disabled
- String :
- # The label of the button to enable the option
- String :
- # The url of the button to enable the option
- String :
- # The name of the status when the option is enabled
- String :
- # The unique identifier of the option
- ID :
- # The unique identifier of the category the option belongs to
- ID :
- # Whether the option is active
- Boolean :
- # The long description of the option
- String :
- # The name of the option
- String :
- # The short description of the option
- String :
- # The type of the option
- String :
- }