Skip to content

Commit 473244f

Browse files
committed
Fix category display
Needed to update category display for the latest versions of the plugins
1 parent 760a4a2 commit 473244f

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)