GraphQL

Write an awesome doc for GraphQL. A very nice an practical one extracted from GraphQL official documentation.

View on GitHub

GraphQL

[!TIP]

Just for those curious minds who always jump from one branch to another like mine:

You can find a good definition usually in glossary.

  1. Intro.
  2. Data types.
  3. Auth.
  4. A simple todo app written with GraphQL + ReactJS + Relay:
  5. Queries and mutations in depth.
  6. Let’s breakdown the query language a bit more.
  7. Document your GraphQL service API.
  8. GraphQL request lifecycle.
  9. How to query information about a GraphQL schema.
  10. Improve developer experience.
  11. Security in GraphQL.
  12. NestJS.
  13. Subscription