SetIntegrationEnabledInput
InputAutogenerated input type of SetIntegrationEnabled
mutation { organization(id: $organizationId) { setIntegrationEnabled } }
Example
mutation SetIntegrationEnabled(
$organizationId: ID!
$input: SetIntegrationEnabledInput!
) {
organization(id: $organizationId) {
setIntegrationEnabled(input: $input) {
integration
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| enabled | Boolean! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |