CreateCrmObjectSyncPayload
The output of our create CrmObjectSync mutation.
type CreateCrmObjectSyncPayload {
clientMutationId: String
crmObjectSync: CrmObjectSync
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
externalService: ExternalService
crmObjectSyncEdge(
orderBy: [CrmObjectSyncsOrderBy!] = [PRIMARY_KEY_ASC]
): CrmObjectSyncsEdge
}
Fields
CreateCrmObjectSyncPayload.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.
CreateCrmObjectSyncPayload.crmObjectSync ● CrmObjectSync object
The CrmObjectSync that was created by this mutation.
CreateCrmObjectSyncPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
CreateCrmObjectSyncPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CrmObjectSync.
CreateCrmObjectSyncPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CrmObjectSync.
CreateCrmObjectSyncPayload.externalService ● ExternalService object
Reads a single ExternalService that is related to this CrmObjectSync.
CreateCrmObjectSyncPayload.crmObjectSyncEdge ● CrmObjectSyncsEdge object
An edge for our CrmObjectSync. May be used by Relay 1.
CreateCrmObjectSyncPayload.crmObjectSyncEdge.orderBy ● [CrmObjectSyncsOrderBy!] list enum
The method to use when ordering CrmObjectSync.
Returned By
createCrmObjectSync mutation