Alex Key
Alex Key
**UPDATE:** I noticed that some products had menu_order other than 0. That seemed to be the reason of this cause. I'm testing again to be sure but by executing this...
**Steps to reproduce:** 1) Add manually to some woocommerce products some `menu_order` value other than `0`, could be `null` or different number 2) Then try to query products with wpgraphql...
> @kidunot89 Apparently there is in case the `menu_order` of products is other than `0`. To fix this I had to manually set everything to 0 in the db directly...
Agree with @JustinLek , We want to be able to filter products pretty much so we need the "filter-items" based on that category as well as the number of products...