DeleteCrmObjectInput
All input for the deleteCrmObject mutation.
input DeleteCrmObjectInput {
clientMutationId: String
id: String!
}
Fields
DeleteCrmObjectInput.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.
DeleteCrmObjectInput.id ● String! non-null scalar
Member Of
deleteCrmObject mutation