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)