Video Description
This book will give you a comprehensive understanding of the GraphQL schema language and you'll create 3-4 complete JavaScript applications using GraphQL. Through examples, we will show you how to write Queries and Mutations, plug-in authentication/authorization, and enable caching in a client application using Apollo Client.
During the course we are going to build three different applications:
- A job board application to understand how to get started with a simple CRUD app.
- A chat application to show a multi-user scenario in which authentication is necessary.
- A fleet tracking application which demonstrates a real-world example of working with real-time data.
The code bundle for this course is available at - https://github.com/PacktPublishing/GraphQL-Projects
Style and Approach
This course focuses on practical aspects and building real-world projects, but supplies a little theory when necessary to explain the concepts. Each important topic is taught by applying it to building real-world applications using GraphQL