OrderEntry
No description
type OrderEntry {
describe_products: String!
id: ID!
order: Order!
price: Money!
price_per_item: Money!
product: Product!
product_variant: ProductVariant
quantity: Int!
run: Run
}
Fields
OrderEntry.describe_products
● String!
non-null scalar
OrderEntry.id
● ID!
non-null scalar
OrderEntry.order
● Order!
non-null object
OrderEntry.price
● Money!
non-null object
OrderEntry.price_per_item
● Money!
non-null object
OrderEntry.product
● Product!
non-null object
OrderEntry.product_variant
● ProductVariant
object
OrderEntry.quantity
● Int!
non-null scalar
OrderEntry.run
● Run
object
Member Of
AddOrderEntryToCurrentPendingOrderPayload
object ● CreateOrderEntryPayload
object ● DeleteOrderEntryPayload
object ● Order
object ● Ticket
object ● UpdateOrderEntryPayload
object