Skip to main content

DeleteCrmObjectPayload

The output of our delete CrmObject mutation.

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

Fields

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

DeleteCrmObjectPayload.crmObject ● CrmObject object

The CrmObject that was deleted by this mutation.

DeleteCrmObjectPayload.deletedCrmObjectNodeId ● ID scalar

DeleteCrmObjectPayload.query ● Query object

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

DeleteCrmObjectPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CrmObject.

DeleteCrmObjectPayload.crmObjectDescription ● CrmObjectDescription object

Reads a single CrmObjectDescription that is related to this CrmObject.

DeleteCrmObjectPayload.accord ● Accord object

Reads a single Accord that is related to this CrmObject.

DeleteCrmObjectPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CrmObject.

DeleteCrmObjectPayload.crmObjectEdge ● CrmObjectsEdge object

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

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

The method to use when ordering CrmObject.

Returned By

deleteCrmObject mutation ● deleteCrmObjectByNodeId mutation