A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello,
In my app I am fetching the productType value through the graphQl bulk query. For one of my users the value returned is a numeric value that I am not sure why this is returned.
I was suspecting it was because of the new standardized category functionality but when testing on development store when the standardized categories is used it will still return a string value such as ”watches” for productType.
Also my user has only one type of product and I can see when testing from the productTaxonomyNode that same caregory is set for all products, but the numeric value returned from the users store is not the same for all products.
Any idea?