An article by Vladimir Fomene about creating modern web applications. You will create a GraphQL API using schemas, queries, mutations, and entities stored in a H2 database engine.
Before you start building your API, you need to have a basic understanding of GraphQL. According to the official website, “GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data”.
The article the covers following:
- How to build your GraphQL API
- How to add routing and enhance your frontend’s UI
- How to update routes with Vue-Router
- Improving State Management and consuming the API with Vue.js
- How to manage app refresh through silent authentication
Detailed explanation and you will get GitHub repository with all the code. Good call!
[Read More]