An open API service indexing awesome lists of open source software.

https://github.com/moonhighway/graph-your-future


https://github.com/moonhighway/graph-your-future

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


graphql logo

# Graph Your Future - GraphQL Workshop

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.

## Setup Instructions
This workshop requires minimal setup, but make sure that you have each of the following before the session:

1. [Postman Account](https://www.postman.com/) - We'll use this to send HTTP requests with GraphQL.
2. A code editor of some sort. If you don't have one, here are some options:
* [VSCode](https://code.visualstudio.com/)
* [Sublime Text](https://www.sublimetext.com/)
* [CodeSandbox](https://codesandbox.io) - free in-browser code editor

## Instructor Info

- **Eve Porcello** : [Email](mailto:eve@moonhighway.com)

### GraphQL Query Language

- [Query Language Slides](https://slides.com/moonhighway/graphql-intro/)
- [Pet Library API](https://pet-library.moonhighway.com)
- [Funded Pet Library](https://funded-pet-library.moonhighway.com)
- [Snowtooth API](https://snowtooth.moonhighway.com)
- [GitHub API](https://developer.github.com/v4/explorer/)
- [Lab Instructions](https://slides.com/moonhighway/snowtooth-query-lab/)

### Schema Slides

* [Schema Slides](https://slides.com/moonhighway/schema-definition-language)

# Cheatsheets

* [Query Language Cheatsheet](https://gist.github.com/eveporcello/e8e910e6ee605aff0a3e7d00a33e31ea)
* [Query Language Overview - graphql.org](https://graphql.org/learn/queries/) - 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](https://raw.githubusercontent.com/sogko/graphql-shorthand-notation-cheat-sheet/master/graphql-shorthand-notation-cheat-sheet.png)

### Resources

* [API Platform](https://partner.thetradedesk.com/v3/portal/api/doc/ApisPlatform)
* [API Calls](https://partner.thetradedesk.com/v3/portal/api/doc/GqlApiCalls)

### Tutorials

- [Apollo Odyssey](https://odyssey.apollographql.com/)
- [How to GraphQL](https://howtographql.com)
- [GraphQL.org](https://graphql.org)