Concept Flow - Query parameters
Client sends HTTP GET request
NestJS Controller receives request
Extract query parameters using @Query()
Use query parameters in handler logic
Send response back to client
The flow shows how a NestJS controller extracts query parameters from an HTTP GET request and uses them in the handler.