Introduction to GraphQL

Introduction to GraphQL

Topics:
3 hours, 27 minutes CC

This course has been updated! We now recommend you take the Server-Side GraphQL in Node.js course.

Learn how GraphQL empowers more flexibility into your APIs – and learn to build GraphQL APIs with Apollo Server! You'll create GraphQL Schemas using scalar types, object type, queries and mutations. Then create resolvers to fullfill the data. Use interfaces and unions. Finally, add authentication to lock down resources.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 22, 2019
Get Unlimited Access Now
Table of Contents

Introduction

GraphQL

Schemas

Resolvers

Interfaces

Auth

Advanced Topics