Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I need Shopify graphql typedef for Cart like this.const typedefs = ` type Cart { id
lineItems
lineItemCount }`
https://stackoverflow.com/questions/58239258/how-can-i-use-a-type-from-a-stitched-schema-in-my-local...