INPUT_OBJECT
CreateIntegrationInput
Description
Holds the input to a create integration request.
link GraphQL Schema definition
- input CreateIntegrationInput {
- # The integration name.
- String! :
- # The integration type.
- IntegrationType! :
- # The integration configuration.
- IntegrationConfigInput! :
- }