Skip to main content

RefreshAccordCrmDataPayload

No description

type RefreshAccordCrmDataPayload {
crmObject: CrmObject
accordPatch: AccordCrmSyncPatch
crmError: String
query: Query
}

Fields

RefreshAccordCrmDataPayload.crmObject ● CrmObject object

The refreshed CRM object, or null when no object could be resolved.

RefreshAccordCrmDataPayload.accordPatch ● AccordCrmSyncPatch object

The accord fields derived from the refreshed CRM data (amount, close date, stage, etc.).

RefreshAccordCrmDataPayload.crmError ● String scalar

Error message when the CRM fetch failed; known/expected integration errors are surfaced here rather than thrown.

RefreshAccordCrmDataPayload.query ● Query object

Returned By

refreshAccordCrmData mutation