GraphQL Patterns
Learn how to build a GraphQL server on Node.js following opinionated patterns.
Overview
What is GraphQL?
When should I use GraphQL?
Web Server
GraphQL Server
Schema
Resolvers
Data Models
Repositories
Context
GraphiQL / GraphQL Playground
Authentication
Authorization
Errors
Testing
Dataloaders
Transactions
Caching
Subscriptions
Schema Changes
API Refactoring
Scalability
Microservices
Conclusion
Survey