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
- Alex Banks: Twitter | Email
- Moon Highway Training: Moon Highway Website | Mailing List | Articles
- Query Language Slides
- Snowtooth Playground
- Pet Library Playground
- Moon Highway Vote Playground
- Github GraphQL Explorer
- SWAPI: Star Wars API
- Lab Instructions
- Schema Definition Language
- City to City Through Types
- Modular Schema
- Lab Instructions
- Possible Lab Solutions
- Exercise Start Files
- Lab Instructions
- Sample Data
- Starting Schemas
- Simple Strava Sample
- REST Data Sources
- Unions & Interfaces Slides
- Refactored Pet Library
- Union Types
- Interfaces
- Event Interfaces
- Union Search - Complete
- Employee Interface - Complete
- curl Request
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com