chore(order): Add missing OrderItem GraphQL schema fields (#14459)
* Add missing grapqhl schema fields to order item * Add changeset
This commit is contained in:
5
.changeset/real-regions-pay.md
Normal file
5
.changeset/real-regions-pay.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/order": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore(order): Add missing OrderItem GraphQL schema fields
|
||||||
@@ -212,6 +212,13 @@ type OrderLineItem {
|
|||||||
|
|
||||||
type OrderItem {
|
type OrderItem {
|
||||||
id: ID!
|
id: ID!
|
||||||
|
version: Int!
|
||||||
|
unit_price: Float!
|
||||||
|
raw_unit_price: JSON
|
||||||
|
compare_at_unit_price: Float!
|
||||||
|
raw_compare_at_unit_price: JSON
|
||||||
|
delivered_quantity: Int!
|
||||||
|
raw_delivered_quantity: JSON
|
||||||
item_id: String!
|
item_id: String!
|
||||||
item: OrderLineItem!
|
item: OrderLineItem!
|
||||||
quantity: Int!
|
quantity: Int!
|
||||||
|
|||||||
Reference in New Issue
Block a user