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.
- Eve Porcello: Twitter | Email
- Moon Highway Training: Moon Highway Website | Mailing List | Articles
- Query Language Slides
- GitHub GraphQL Explorer
- Pet Library
- Vote Playground
- Funded Pet Library
- Snowtooth Playground
- Lab Instructions
- Schema Slides
- Schema Cheatsheet
- Starting Repo
- First Schema Iteration
- Complete Schema
- Unions & Interfaces
Don't want to work with the repo or code editor? Use the Schema Project in CodeSandbox
- curl Request
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com