Query.publicProductBlocks
Resolve every active product block for a storefront position. `product_slug` is the PDP/category anchor (drives same-as matching); `cart_product_ids` anchors cart/checkout blocks. Blocks that resolve to zero products are omitted.
Returns[PublicProductBlock!]!
Signature
publicProductBlocks(store_slug, position, product_slug, cart_product_ids, limit):[PublicProductBlock!]!Resolve every active product block for a storefront position. `product_slug` is the PDP/category anchor (drives same-as matching); `cart_product_ids` anchors cart/checkout blocks. Blocks that resolve to zero products are omitted.
store_slugString!positionString!product_slugStringcart_product_ids[ID!]limitInt
