Server-Side GraphQL in Node.js

Server-Side GraphQL in Node.js

3 hours, 24 minutes CC

Learn everything you need to create a GraphQL API on the server in Node.js with Apollo Server. You'll start with a schema that includes type definitions, queries, and mutations. Then, build the resolvers needed to get the values for the API. Finally, move onto advanced features like interfaces and unions, all the way down to how relationships work in resolvers.

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

Published: November 25, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Queries & Resolvers

Arguments & Input Types

Mutations

Advanced SDL

Wrapping Up