sarathpetec / cred

Simple SpringBoot Application with Mongo DB and GraphQL
Apache License 2.0
1 stars 2 forks source link

Optimize GraphQL Query Performance #6

Open sarathpetec opened 8 months ago

sarathpetec commented 8 months ago

Address potential performance issues in GraphQL queries, such as the N+1 problem, by implementing solutions like batching and caching. Consider using DataLoader or similar tools to optimize data fetching performance.