Skip to content

Commit

Permalink
Merge branch 'master' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 11, 2023
2 parents 5a3acba + 446f61c commit 5a52bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Product implements Node {

type ProductVariantPrice {
currencyCode: CurrencyCode!
price: Int!
price: Money!
}

type ProductVariant implements Node {
Expand Down

0 comments on commit 5a52bcb

Please sign in to comment.