πŸš€ From Preparation to Offer Letter β€” Real Questions, Real Scenarios, Real Results. πŸš€
Home/Projects/GraphQL Author-Book API
πŸ“š

GraphQL Author-Book API

GraphQL API for managing authors, books, and reviews. Demonstrates N+1 problem solving with DataLoader.

IntermediateJavaSpring BootGraphQLPostgreSQLDataLoader

πŸ—οΈ Architecture Overview

Single GraphQL endpoint with resolvers for Author, Book, and Review types. DataLoader for batching DB queries.

// High-level architecture

Java→
Spring Boot→
GraphQL
↓ PostgreSQL + DataLoader

✨ Key Features

βœ“GraphQL schema design
βœ“Nested queries
βœ“DataLoader for N+1 fix
βœ“Mutations and subscriptions

πŸ—ΊοΈ Learning Path

1
GraphQL basics
2
Spring GraphQL
3
DataLoader pattern
4
Schema design