Description
In this course you will learn:
- GraphQL—a query language for APIs that was originally built by Facebook—makes it easier for you to get the data you actually need from a query.
- How to get started with GraphQL. Instructor Emmanuel Henri walks through how to set up GraphQL, explores the GraphQL schema, and goes over the basic types and fields.
- How to set up persistence—including how to use SQL and Mongo DB with GraphQL; covers how to add new items with mutations; and shares how to leverage some advanced features in your queries.