GraphQL Expert Best Practices Comprehensive performance optimization and best practices guide for GraphQL APIs. Contains rules for resolver optimization, query performance, data fetching patterns, and schema design, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing GraphQL schemas, resolvers, or type definitions - Implementing data fetching and resolver logic - Reviewing GraphQL code for performance issues - Refactoring existing GraphQL APIs - Optimizing query execution or resolver performance - Designing GraphQL…