SetIntegrationMappingSettingsInput
InputAutogenerated input type of SetIntegrationMappingSettings
mutation { organization(id: $organizationId) { setIntegrationMappingSettings } }
Example
mutation SetIntegrationMappingSettings(
$organizationId: ID!
$input: SetIntegrationMappingSettingsInput!
) {
organization(id: $organizationId) {
setIntegrationMappingSettings(input: $input) {
integrationMappingSetting
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| beginSyncingAt | ISO8601DateTime | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| enabled | Boolean | — |
| integrationId | ID! | — |
| mappingKey | String! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| syncCreations | Boolean | — |
| syncDeletions | Boolean | — |
| syncUpdates | Boolean | — |