Table of Contents

Specs

  1. Queries
  2. Mutations
  3. Subscriptions
  4. Types
  5. Fields
  6. Root Field
  7. Relationships
  8. Introspection
  9. Arguments
  10. Union Types
  11. Interface Types
  12. Directives
  13. Type Extensions
  14. Relay Specification
  15. Schema Definition Language
  16. GraphQLSchema Object

Server

  1. Setting up a server
  2. Schema
  3. Resolvers
  4. Context
  5. Info Object
  6. Databases
  7. Dataloader
  8. Entry Points
  9. Schema Stitching
  10. SDL First
  11. Code First
  12. Middleware

Client

  1. Fetching
  2. Fragments
  3. Variables
  4. Alias
  5. Polling
  6. Cache

Best Practices

  1. Schema Design
  2. Pagination
  3. Logging