CreateCrmObjectSyncStateInput
All input for the create CrmObjectSyncState mutation.
input CreateCrmObjectSyncStateInput {
clientMutationId: String
crmObjectSyncState: CrmObjectSyncStateInput!
}
Fields
CreateCrmObjectSyncStateInput.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.
CreateCrmObjectSyncStateInput.crmObjectSyncState ● CrmObjectSyncStateInput! non-null input
The CrmObjectSyncState to be created by this mutation.
Member Of
createCrmObjectSyncState mutation