Welcome! We're 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.
- Eve Porcello: Twitter | Email
- Moon Highway Training: Moon Highway Website | Mailing List | Articles
- Query Language Slides
- Snowtooth Playground
- Pet Library Playground
- Refactored Pet Library
- Github GraphQL Explorer
- SWAPI: Star Wars API
- Lab Instructions
- Schema Definition Language Slides
- CodeSandbox Starting Schema
- Starting Schema
- First Schema Iteration
- Complete Schema
- Lab Instructions
- Lab Repository
- Mocking
- Exercise Start Files
- Simple Strava Sample
- Photo Share API Sample - MongoDB
- Data Sources Docs
- REST Data Sources
- Resolver Best Practices - PayPal Blog
- Mutation Pet Library
- Unions & Interfaces Slides
- Union Types
- Interfaces
- Finished Snowtooth API CodeSandbox
- Employee Interface Finished
- Employee Interface Gist
- Simple cURL Request
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com