Skip to main content

UpdateCrmObjectSyncStateInput

All input for the updateCrmObjectSyncState mutation.

input UpdateCrmObjectSyncStateInput {
clientMutationId: String
patch: CrmObjectSyncStatePatch!
id: String!
}

Fields

UpdateCrmObjectSyncStateInput.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.

UpdateCrmObjectSyncStateInput.patch ● CrmObjectSyncStatePatch! non-null input

An object where the defined keys will be set on the CrmObjectSyncState being updated.

UpdateCrmObjectSyncStateInput.id ● String! non-null scalar

Member Of

updateCrmObjectSyncState mutation