Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 4.21 KB

README.md

File metadata and controls

96 lines (67 loc) · 4.21 KB

moon highway logo graphql logo cascadiajs

CascadiaJS GraphQL Workshop

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.

Instructor Info

Day 1

GraphQL Query Language

GraphQL Schema Definition Language

Building a GraphQL API

Mid Class Evaluation

Day 2

Unions and Interfaces

Auth Examples

Apollo Client

Simple Requests

  • curl Request
curl -X POST \
     -H "Content-Type: application/json" \
     --data '{ "query": "{allLifts{name}}" }' \
     http://snowtooth.moonhighway.com

React & Apollo

Next Steps

Final Evaluation