graphql-presentation

Holy 🦀️, I need to make a presentation to my co-works 🤠.

Setup

  1. Clone this repo.
  2. 😎 $ yarn install or 💩 $ npm install.
  3. $ node index.js.

Pages

  1. Rest demo: http://localhost:3000/rest-demo
  2. Mutation: http://localhost:3000/mutation
  3. GraphQL demo: http://localhost:3000/graphql-demo

Links

GraphQL in real 🌍

  1. GitHub: https://developer.github.com/v4/explorer/
  2. https://dev-blog.apollodata.com/graphql-explained-5844742f195e

GraphQL basic

  1. https://graphql.org/learn/
  2. https://medium.com/@weblab_tech/graphql-everything-you-need-to-know-58756ff253d8

Subscription

  1. https://www.youtube.com/watch?v=PsjiL6Yl1ag

Others

  1. https://medium.freecodecamp.org/five-common-problems-in-graphql-apps-and-how-to-fix-them-ac74d37a293c
  2. https://launchpad.graphql.com/