INPUT_OBJECT
UpdateIntegrationInput
Description
Holds the input to an update integration request.
link GraphQL Schema definition
- input UpdateIntegrationInput {
- # The integration ID.
- Long! :
- # The integration name.
- String! :
- # The integration type.
- IntegrationType! :
- # The integration configuration.
- IntegrationConfigInput! :
- }