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
}
}