Intro to GraphQL

Dealing with multiple REST endpoints is tedious and, quite frankly, outdated - is there a better way to reason about back ends? GraphQL offers a new and improved approach to API development - by allowing you to expose all of your data through one endpoint, and defining a query language to get just the data you need, GraphQL makes the life of a back end engineer infinitely easier. In this workshop, you learn how to set up a basic GraphQL back end using Apollo.

Presented by

Nick Young