You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the subcategory and image fields are together then the subcategory field always shows empty when the product does have a subcategory.
To Reproduce
Steps to reproduce the behavior:
Make a query for a product that you know has a subcategory
Add the image field and the subcategory field in the query.
The query will display empty in the subcategories
Remove image and the subcategories will show up.
Expected behaviour
The expected behaviour is that the subcategories should show up even if the image field is present.
Screenshots 1. query for a product with both image and subcategory field
2. query for a product with only the subcategory field
Desktop (please complete the following information):
OS: [iOS]
Browser [chrome]
Version 75.0.3770.142 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
@Dongerina This is actually being cause by an issue in WPGraphQL. See WPGraphQL#887. Although, I am looking to see if I can apply a small patch within the connection that will remedy the issue in WooGraphQL
Describe the bug
When the subcategory and image fields are together then the subcategory field always shows empty when the product does have a subcategory.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
The expected behaviour is that the subcategories should show up even if the image field is present.
Screenshots
1. query for a product with both image and subcategory field
2. query for a product with only the subcategory field
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: