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