Concept Flow - Queries and mutations
Client sends GraphQL request
NestJS GraphQL Resolver
Query Handler
Fetch data
Return response to client
The client sends a GraphQL request which NestJS routes to either a query or mutation handler. Queries fetch data, mutations change data, then responses return to the client.