SetIntegrationEnabledPayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| integration | Integration | — |