I really appreciate that you guys are maintaining this package well enough.
What I know is, in GraphQL we request for response with a query defining what we want. But using this package we get all the parameters from the methods of Shopify Storefront API. So my question is, can we query on the methods to get like only the id, title and title from products?
I used the method "ShopifyStore.getProductsByIds(id)"
Hi,
I really appreciate that you guys are maintaining this package well enough.
What I know is, in GraphQL we request for response with a query defining what we want. But using this package we get all the parameters from the methods of Shopify Storefront API. So my question is, can we query on the methods to get like only the id, title and title from products?
I used the method "ShopifyStore.getProductsByIds(id)"