CreateCrmObjectSyncStateHistoryInput
All input for the create CrmObjectSyncStateHistory mutation.
input CreateCrmObjectSyncStateHistoryInput {
clientMutationId: String
crmObjectSyncStateHistory: CrmObjectSyncStateHistoryInput!
}
Fields
CreateCrmObjectSyncStateHistoryInput.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.
CreateCrmObjectSyncStateHistoryInput.crmObjectSyncStateHistory ● CrmObjectSyncStateHistoryInput! non-null input
The CrmObjectSyncStateHistory to be created by this mutation.
Member Of
createCrmObjectSyncStateHistory mutation