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.
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.