Skip to content

Commit 899a356

Browse files
authored
Fix category display
Fix category display
2 parents 7d0e92c + 473244f commit 899a356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gql/GQL_QUERIES.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const GET_PRODUCTS_FROM_CATEGORY = gql`
150150
products(first: 50) {
151151
nodes {
152152
id
153-
productId
153+
databaseId
154154
averageRating
155155
slug
156156
description

0 commit comments

Comments
 (0)