itswadesh / svelte-commerce

The open-source storefront for any ecommerce. Built with a PWA and headless approach, using a modern JS stack. Works with Litekart, Medusa. WIP for Woocommerce, Bigcommerce and Shopify.
https://arialshop.com
MIT License
1.55k stars 295 forks source link

Instructions to integrate with Saleor? #15

Closed rohanrajpal closed 3 years ago

rohanrajpal commented 3 years ago

Is your feature request related to a problem? Please describe. I want to integrate this frontend with Saleor Describe the solution you'd like A simple readme with how to get started would be great! Otherwise, just some resources on how to get started will also do. Describe alternatives you've considered I've tried to have a look at config.js, but I guess this frontend is using a REST API and Saleor uses GraphQL, I'm new to GraphQL and can't figure out the integration.

itswadesh commented 3 years ago

Hello Rohan,

You may need to use https://github.com/timhall/svelte-apollo

rohanrajpal commented 3 years ago

Hello Rohan,

You may need to use https://github.com/timhall/svelte-apollo

Thanks!