UpdateIntegrationInput
Holds the input to an update integration request.
Fields
| Field | Type | Description |
|---|---|---|
| config | IntegrationConfigInput | The integration configuration. Optional on update. |
| id | Long! | The integration ID. |
| integrationType | IntegrationType! | The integration type. |
| name | String! | The integration name. |
| settings | IntegrationSettingsInput | The integration settings (user preferences). |