Getting the following error when using this GraphQL query in my Hydrogen app:
products: products(query: "product_type:Shaker") {
nodes {
...ProductCard
}
}
appears that when trying to query the product_type or tag i’m met with this error. Without the query everything returns fine.
I can confirm that there are products in my store with the type of “Shaker”
