Skip to main content

UpdateCrmObjectPayload

The output of our update CrmObject mutation.

type UpdateCrmObjectPayload {
clientMutationId: String
crmObject: CrmObject
query: Query
workspace: Workspace
crmObjectDescription: CrmObjectDescription
accord: Accord
workspaceAccount: WorkspaceAccount
crmObjectEdge(
orderBy: [CrmObjectsOrderBy!] = [PRIMARY_KEY_ASC]
): CrmObjectsEdge
}

Fields

UpdateCrmObjectPayload.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.

UpdateCrmObjectPayload.crmObject ● CrmObject object

The CrmObject that was updated by this mutation.

UpdateCrmObjectPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateCrmObjectPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CrmObject.

UpdateCrmObjectPayload.crmObjectDescription ● CrmObjectDescription object

Reads a single CrmObjectDescription that is related to this CrmObject.

UpdateCrmObjectPayload.accord ● Accord object

Reads a single Accord that is related to this CrmObject.

UpdateCrmObjectPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CrmObject.

UpdateCrmObjectPayload.crmObjectEdge ● CrmObjectsEdge object

An edge for our CrmObject. May be used by Relay 1.

UpdateCrmObjectPayload.crmObjectEdge.orderBy ● [CrmObjectsOrderBy!] list enum

The method to use when ordering CrmObject.

Returned By

updateCrmObject mutation ● updateCrmObjectByNodeId mutation