Skip to content

Commit

Permalink
chore: correct cart attributes query name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyagabriel committed Mar 5, 2025
1 parent 70b21f0 commit cd4866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/graphql/storefront/cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export const CART_FRAGMENT = `#graphql
` as const;

export const CART_ATTRIBUTES_QUERY = `#graphql
query ProductPage($id: ID!) {
query CartAttributes($id: ID!) {
cart: cart(id: $id) {
id
attributes {
Expand Down

0 comments on commit cd4866e

Please sign in to comment.