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. A simple todo app written with GraphQL + ReactJS + Relay:
  4. Queries and mutations in depth.
  5. Let’s breakdown the query language a bit more.
  6. Functions provided by graphql.
  7. Document your GraphQL service API.
  8. GraphQL request lifecycle.
  9. Code-first approach.
  10. Auth.
  11. How to query information about a GraphQL schema.
  12. Improve developer experience.
  13. Security in GraphQL.
  14. NestJS.
  15. Subscription.
  16. Best practices.