StartIntegrationFetchPayload
ObjectAutogenerated return type of StartIntegrationFetch.
mutation { organization(id: $organizationId) { startIntegrationFetch } }
Example
mutation StartIntegrationFetch(
$organizationId: ID!
$input: StartIntegrationFetchInput!
) {
organization(id: $organizationId) {
startIntegrationFetch(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 | — |