[Video] Apollo And GraphQL with Vue3 Apollo Composables in Ionic Framework

aaronksaunders

Aaron K Saunders

Posted on November 23, 2020

[Video] Apollo And GraphQL with Vue3 Apollo Composables in Ionic Framework

In this project and video, we are assuming you understand the basics of GraphQL but are interested in how to use the Vue Composition API with GraphQL in VueJS and of course Ionic Framework

Source Code: https://github.com/aaronksaunders/ionic-vue3-graphql

For our local GraphQL Server we are using this great tool json-graphql-server, see link below for more information.

This is how you start the JSON GraphQL Server, there is default data included to get you started

json-graphql-server db.js
Enter fullscreen mode Exit fullscreen mode

Related Links

More VueJS & Ionic Videos

Alt Text

💖 💪 🙅 🚩
aaronksaunders
Aaron K Saunders

Posted on November 23, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related