Browse Source

Merge branch 'master' into minor

Michael Bromley 2 years ago
parent
commit
5a52bcbaec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/api/schema/admin-api/product-admin.type.graphql

+ 1 - 1
packages/core/src/api/schema/admin-api/product-admin.type.graphql

@@ -5,7 +5,7 @@ type Product implements Node {
 
 type ProductVariantPrice {
     currencyCode: CurrencyCode!
-    price: Int!
+    price: Money!
 }
 
 type ProductVariant implements Node {