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