Concept Flow - Field-level errors
Client sends GraphQL query
Server processes query
Resolve each field
Field OK
Include data
Build response with data and errors
Send response to client
The server processes each field in the query separately, collecting data or errors per field, then sends a combined response with both data and field-level errors.