CreateCrmObjectSyncInput
All input for the create CrmObjectSync mutation.
input CreateCrmObjectSyncInput {
clientMutationId: String
crmObjectSync: CrmObjectSyncInput!
}
Fields
CreateCrmObjectSyncInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateCrmObjectSyncInput.crmObjectSync ● CrmObjectSyncInput! non-null input
The CrmObjectSync to be created by this mutation.
Member Of
createCrmObjectSync mutation