Shopify / graphql-js-client

A Relay compliant GraphQL client.
MIT License
195 stars 37 forks source link

how to query for variants with a particular price #102

Open jahangircsebuet opened 6 years ago

jahangircsebuet commented 6 years ago

I have been trying to understand graphql-js-client. Still I am unable to run the code. using graphql we can fetch variants with its id, title, price. we can pass following arguments during fetching varinats: 'first', 'after' etc. But I want to fetch variants with a particular price or with a particular price range.

Is it possible to fetch variants with particular price or price range ?

I have been exploring shopify admin APIs, storefront APIs to achieve this but in vain. I could not find any solution.

juanlet commented 5 years ago

How did you do this??