Skip to main content

UpdateCrmObjectSyncInput

All input for the updateCrmObjectSync mutation.

input UpdateCrmObjectSyncInput {
clientMutationId: String
patch: CrmObjectSyncPatch!
id: String!
}

Fields

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

UpdateCrmObjectSyncInput.patch ● CrmObjectSyncPatch! non-null input

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

UpdateCrmObjectSyncInput.id ● String! non-null scalar

Member Of

updateCrmObjectSync mutation