flutter_simple_shopify icon indicating copy to clipboard operation
flutter_simple_shopify copied to clipboard

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

Open rajubd49 opened this issue 3 years ago • 0 comments

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

rajubd49 avatar Mar 17 '21 15:03 rajubd49