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