ThinkSimple / flutter_simple_shopify

MIT License
90 stars 67 forks source link

Can we query on product to get only the desired data that we want? #68

Open rajubd49 opened 3 years ago

rajubd49 commented 3 years ago

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)"