Skip to content

Commit

Permalink
Merge pull request #228 from alexookah/terms_menu_order
Browse files Browse the repository at this point in the history
> [!Warning] 
> Requires [WPGrapghQL](https://wordpress.org/plugins/wp-graphql/) plugin to be updated to version **0.21.0**
  • Loading branch information
scottyzen authored Aug 19, 2024
2 parents 5a4082a + eda14a7 commit 7af428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woonuxt_base/app/queries/getProduct.gql
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ query getProduct($slug: ID!) {
scope
... on GlobalProductAttribute {
slug
terms(where: {orderby: TERM_ORDER, order: ASC}) {
terms(where: {orderby: MENU_ORDER, order: ASC}) {
nodes {
name
slug
Expand Down

0 comments on commit 7af428b

Please sign in to comment.