Skip to content

Commit 1f9f00c

Browse files
committed
Fix single product
1 parent b52e9e2 commit 1f9f00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/gql/GQL_QUERIES.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ export const GET_SINGLE_PRODUCT = gql`
2929
regularPrice
3030
price
3131
id
32-
paColors {
32+
allPaColors {
3333
nodes {
3434
name
3535
}
3636
}
37-
paSizes {
37+
allPaSizes {
3838
nodes {
3939
name
4040
}

0 commit comments

Comments
 (0)