StartIntegrationSyncPayload
ObjectAutogenerated return type of StartIntegrationSync.
mutation { organization(id: $organizationId) { startIntegrationSync } }
Example
mutation StartIntegrationSync(
$organizationId: ID!
$input: StartIntegrationSyncInput!
) {
organization(id: $organizationId) {
startIntegrationSync(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 | — |