eveporcello / react-and-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql logo moon highway logo

GraphQL Workshop

Welcome! I'm really glad that 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

Creating an API

Client-side GraphQL

Simple Requests

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

Apollo Link Examples

Apollo & React

Caching

Defer and Stream

Tutorials and Resources

About