Replies: 1 comment 1 reply
-
Can you try updating WooGraphQL |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an issue during the build process of WooNuxt. The error occurs when trying NPM run build
`Nuxt 3.13.0 with Nitro 2.9.7
ERROR GraphQL Document Validation failed with 1 errors;
Error 0: Value "MENU_ORDER" does not exist in "TermObjectsConnectionOrderbyEnum" enum. Did you mean the enum value "TERM_ORDER"?
at /root/woonuxt/woonuxt_base/app/queries/getProduct.gql:22:35
...
Error: GraphQL Document Validation failed with 1 errors;
Error 0: Value "MENU_ORDER" does not exist in "TermObjectsConnectionOrderbyEnum" enum. Did you mean the enum value "TERM_ORDER"?
at woonuxt_base/app/queries/getProduct.gql:22:35
...
Beta Was this translation helpful? Give feedback.
All reactions