UpdateCrmObjectInput
All input for the updateCrmObject mutation.
input UpdateCrmObjectInput {
clientMutationId: String
patch: CrmObjectPatch!
id: String!
}
Fields
UpdateCrmObjectInput.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.
UpdateCrmObjectInput.patch ● CrmObjectPatch! non-null input
An object where the defined keys will be set on the CrmObject being updated.
UpdateCrmObjectInput.id ● String! non-null scalar
Member Of
updateCrmObject mutation