- 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
- Union Types
- Interfaces
- Event Interfaces
- SWAPI - Launchpad
- Modular Schema
- Lab Instructions
- Possible Lab Solutions
- 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