Concept Flow - Query builder
Start Query Builder
Initialize Query Object
Add Select Fields
Add Where Conditions
Add Joins (optional)
Add Order/Limit (optional)
Execute Query
Return Results
This flow shows how a query builder in NestJS creates a query step-by-step, adding parts like select fields, conditions, joins, and finally runs the query to get results.