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.
This workshop requires minimal setup, but make sure that you have each of the following before the session:
- Postman Account - We'll use this to send HTTP requests with GraphQL.
- A code editor of some sort. If you don't have one, here are some options:
- VSCode
- Sublime Text
- CodeSandbox - free in-browser code editor
- Eve Porcello : Email
- Query Language Cheatsheet
- Query Language Overview - graphql.org - Note that all query examples are interactive. When you change the fields in the query, the results will also change. Try using CTRL + space to surface available fields.
- Schema Cheatsheet