DeleteCrmObjectSyncStatePayload
The output of our delete CrmObjectSyncState mutation.
type DeleteCrmObjectSyncStatePayload {
clientMutationId: String
crmObjectSyncState: CrmObjectSyncState
deletedCrmObjectSyncStateNodeId: ID
query: Query
crmObjectSyncStateEdge(
orderBy: [CrmObjectSyncStatesOrderBy!] = [PRIMARY_KEY_ASC]
): CrmObjectSyncStatesEdge
}
Fields
DeleteCrmObjectSyncStatePayload.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.
DeleteCrmObjectSyncStatePayload.crmObjectSyncState ● CrmObjectSyncState object
The CrmObjectSyncState that was deleted by this mutation.
DeleteCrmObjectSyncStatePayload.deletedCrmObjectSyncStateNodeId ● ID scalar
DeleteCrmObjectSyncStatePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteCrmObjectSyncStatePayload.crmObjectSyncStateEdge ● CrmObjectSyncStatesEdge object
An edge for our CrmObjectSyncState. May be used by Relay 1.
DeleteCrmObjectSyncStatePayload.crmObjectSyncStateEdge.orderBy ● [CrmObjectSyncStatesOrderBy!] list enum
The method to use when ordering CrmObjectSyncState.
Returned By
deleteCrmObjectSyncState mutation ● deleteCrmObjectSyncStateByNodeId mutation