Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GraphQL Internal Error products

GraphQL Internal Error products

nspringham
Shopify Partner
1 0 0

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"

Screenshot 2023-01-21 at 17.30.54.png

Replies 0 (0)