Getting Started with GraphQL | June 2021

preview_player
Показать описание
Featuring software developer and instructor at Moon Highway, Eve Porcello!

In this hands-on workshop, we'll get acquainted with the fundamentals of GraphQL. We'll start with an overview of the query language and schema definition language. Then we'll build our own server using Apollo Server. GraphQL will give you what you need to start wrangling your various data sources, and this class will give you what you need to take the first steps.

Topics:
GraphQL History
Sending Queries
Changing Data with Mutations
Understanding Schema Types
Setting up a GraphQL Server