CreateOrderEntryInput
Autogenerated input type of CreateOrderEntry
input CreateOrderEntryInput {
clientMutationId: String
orderId: ID
order_entry: OrderEntryInput!
}
Fields
CreateOrderEntryInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrderEntryInput
.orderId
● ID
scalar
CreateOrderEntryInput
.order_entry
● OrderEntryInput!
non-null input
Member Of
createOrderEntry
mutation