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
- Alex Banks: Twitter | Email
- Moon Highway Training: Moon Highway Website | Mailing List | Articles
- Query Language Slides
- Apollo Studio Link
- Pet Library Playground
- Moon Highway Vote Playground
- Snowtooth Playground
- GitHub GraphQL Explorer
- Lab Instructions
- Snowtooth API
- Snowtooth API: CodeSandbox Start
- Simple Strava Sample
- Pet Library - MongoDB
- REST Data Sources
- curl Request
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{allLifts{name}}" }' \
http://snowtooth.moonhighway.com