UpdateOrderEntryInput
Autogenerated input type of UpdateOrderEntry
input UpdateOrderEntryInput {
clientMutationId: String
id: ID
order_entry: OrderEntryInput!
}
Fields
UpdateOrderEntryInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateOrderEntryInput.id
● ID
scalar
UpdateOrderEntryInput.order_entry
● OrderEntryInput!
non-null input
Member Of
updateOrderEntry
mutation