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