This video is available to students only
Module 3 Introduction
Introduction to Module 3.0.
We have an understanding of how GraphQL is a typed query language that allows client-side applications to request the data they want. With that said, how would one go about creating a GraphQL API?
GraphQL is a specification, not a direct implementation. This means GraphQL can be implemented in multiple programming languages. In our case, we'll be using Apollo to create our API.
This page is a preview of TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL