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.

Storefron query bundles

Storefron query bundles

day01
Shopify Partner
1 0 0

I tried get bundles from storefront in my Hydrogen app. 

At the start I tried with get node with `gid` but i get empty response. 

 

Is it problem with privileges or graphQL has different query option for bundles?

 

response for get by node and product by `gid`

 

{
  "data": {
    "node": null,
    "product": null
  }
}
Replies 0 (0)