Concept Flow - Abstract type resolution
Query with abstract type
Identify abstract type (Interface/Union)
Fetch possible concrete types
For each result item:
Determine actual concrete type
Resolve fields specific to concrete type
Return resolved data to client
This flow shows how GraphQL resolves abstract types by identifying the concrete type of each result and fetching the correct fields.