UpdateDemandRecordInput
Autogenerated input type of UpdateDemandRecord
input UpdateDemandRecordInput {
clientMutationId: String
id: ID!
note: String
quantityOrdered: Int!
}
Fields
UpdateDemandRecordInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateDemandRecordInput.id ● ID! non-null scalar common
The demand record to update.
UpdateDemandRecordInput.note ● String scalar common
Free-text explanation for the entry. Omit to leave it unchanged; pass null to clear it.
UpdateDemandRecordInput.quantityOrdered ● Int! non-null scalar common
The corrected number of units ordered.
Member Of
echoUpdateDemandRecord mutation