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
- Host: GitHub
- URL: https://github.com/moonhighway/sem-js
- Owner: MoonHighway
- Created: 2019-05-13T19:19:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T17:59:39.000Z (almost 7 years ago)
- Last Synced: 2025-08-22T11:51:58.179Z (10 months ago)
- Homepage: https://www.graphqlworkshop.com
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)