We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aac7e7 + 5db2e52 commit ee254c3Copy full SHA for ee254c3
woonuxt_base/app/queries/getProduct.gql
@@ -55,7 +55,7 @@ fragment ProductAttribute on ProductAttribute {
55
label
56
scope
57
... on GlobalProductAttribute {
58
- terms {
+ terms(where: { orderby: MENU_ORDER, order: ASC }) {
59
nodes {
60
name
61
slug
0 commit comments