UpdateCrmObjectSyncPayload
The output of our update CrmObjectSync mutation.
type UpdateCrmObjectSyncPayload {
clientMutationId: String
crmObjectSync: CrmObjectSync
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
externalService: ExternalService
crmObjectSyncEdge(
orderBy: [CrmObjectSyncsOrderBy!] = [PRIMARY_KEY_ASC]
): CrmObjectSyncsEdge
}
Fields
UpdateCrmObjectSyncPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
UpdateCrmObjectSyncPayload.crmObjectSync ● CrmObjectSync object
The CrmObjectSync that was updated by this mutation.
UpdateCrmObjectSyncPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateCrmObjectSyncPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CrmObjectSync.
UpdateCrmObjectSyncPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CrmObjectSync.
UpdateCrmObjectSyncPayload.externalService ● ExternalService object
Reads a single ExternalService that is related to this CrmObjectSync.
UpdateCrmObjectSyncPayload.crmObjectSyncEdge ● CrmObjectSyncsEdge object
An edge for our CrmObjectSync. May be used by Relay 1.
UpdateCrmObjectSyncPayload.crmObjectSyncEdge.orderBy ● [CrmObjectSyncsOrderBy!] list enum
The method to use when ordering CrmObjectSync.
Returned By
updateCrmObjectSync mutation ● updateCrmObjectSyncByNodeId mutation