MoonHighway / graphql-intro

Materials for an Intro to GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql logo moon highway logo

GraphQL Workshop

Welcome! We're really glad you're here! Below you'll find all of the resources that we'll use throughout this course. If you're looking for slides, samples, links, etc., this is the place to look.

Instructor Info

GraphQL Query Language

GraphQL Schemas

Don't want to work with the repo or code editor? Use the Schema Project in CodeSandbox

Federation

GraphQL Clients

Simple Requests

  • curl Request
curl -X POST \
     -H "Content-Type: application/json" \
     --data '{ "query": "{allLifts{name}}" }' \
     http://snowtooth.moonhighway.com

Apollo Link - Creating a Network Layer

Apollo & React

Client Documentation

Caching

Defer and Stream

About

Materials for an Intro to GraphQL