Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
query { collectionByHandle(handle: "ColHandle") { products(first: 10, filters: { productMetafield:{ namespace:"custom", key:"stuff", value:"Bunch of Stuff" } }) { nodes { title variants(first: 5) { nodes { id } } } } } }