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
Related Links
- Vue Composition API: https://github.com/vuejs/composition-api
- json-graphql-server: https://github.com/marmelab/json-graphql-server
- @vue/apollo-composable: https://v4.apollo.vuejs.org/guide-composable