Nov 8, 2020
Hello Shopify Users! I'm trying to sync the shopping cart from my web store with my mobile app in flutter. Right now is saving the products localy and creating a different checkout in the ap...
No content to show
User Activity
Thanks for the help.I'm using Flutter with Graphql Client. So I'll to filter the price range in the client side and I'll see how it works Have a nice day
Hi, thanks for the quick reply. @KarlOffenberger I will give you an idea of the applicationI have a list of products, those products can be filtered by multiple collections and price range and can also be sorted alphabetically or by price.Is there a ...
Hello! I'm trying to get products within collections. Reading the docs I don't know if possible via GraphQL My idea is some sort of products(first:10, query:'collections_id or something to join with the collection'){ { }}my approach is probab...