You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quantity_invoiced: Float@doc(description: "The number of invoiced items.")
108
108
quantity_canceled: Float@doc(description: "The number of canceled items.")
109
109
quantity_returned: Float@doc(description: "The number of returned items.")
110
+
product: ProductInterface@doc(description: "The ProductInterface object, which contains details about the base product") @resolver(class: "Magento\\SalesGraphQl\\Model\\Resolver\\ProductResolver")
0 commit comments