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

https://github.com/moonhighway/sem-js

Learning about GraphQL with @moontahoe and @eveporcello
https://github.com/moonhighway/sem-js

Last synced: 5 months ago
JSON representation

Learning about GraphQL with @moontahoe and @eveporcello

Awesome Lists containing this project

README

          

# Getting Acquainted with GraphQL

A hands-on intro to GraphQL and Apollo Server
May 13, 2019

**Presenters: Alex Banks & Eve Porcello**

- [Alex Twitter](https://www.twitter.com/eveporcello) | alex@moonhighway.com
- [Eve Twitter](https://www.twitter.com/eveporcello) | eve@moonhighway.com
- [Moon Highway Mailing List](https://moonhighway.com)

## Links and Resources

- [Slides](https://slides.com/moonhighway/sem-js)
- [Start Files](https://github.com/graphqlworkshop/snowtooth-api)
- [Finished Project](https://github.com/graphqlworkshop/snowtooth-api/tree/complete)
- [egghead Playlist: Create Fullstack Applications with GraphQL, Apollo and React](https://egghead.io/playlists/create-fullstack-applications-with-graphql-and-apollo-794dc9c7)

### Query Language

- [Pet Library](https://pet-library.moonhighway.com)
- [Funded Pet Library](https://pet-library.moonhighway.com)
- [Snowtooth Playground](http://snowtooth.moonhighway.com)
- [Vote](http://vote.moonhighway.com)
- [Github GraphQL Explorer](https://developer.github.com/v4/explorer/)
- [SWAPI: Star Wars API](http://graphql.org/swapi-graphql/)

## GraphQL Articles & Documentation

### Graph Theory

- [From REST to GraphQL](https://0x2a.sh/from-rest-to-graphql-b4e95e94c26b)
- [A Gentle Introduction to Graph Theory](https://dev.to/vaidehijoshi/a-gentle-introduction-to-graph-theory)
- [Euler's Solution to the Konigsberg Bridge Problem](https://www.maa.org/press/periodicals/convergence/leonard-eulers-solution-to-the-konigsberg-bridge-problem)

### GraphQL

- [GraphQL Docs](http://graphql.org/)
- [How To GraphQL](https://www.howtographql.com/)
- [Schema Language Cheat Sheet](https://github.com/sogko/graphql-schema-language-cheat-sheet)
- [Apollo Schema Design Guide](https://www.apollographql.com/docs/guides/schema-design.html)

### Apollo

- [Apollo GraphQL](https://www.apollographql.com/)
- [React Apollo](https://github.com/apollographql/react-apollo)