You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
The text was updated successfully, but these errors were encountered:
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)"
The text was updated successfully, but these errors were encountered: