Like, if there is Team entity, and each team has l...
# server
o
Like, if there is Team entity, and each team has list of Person entities (members), and then each Person has a list of Contact entities, entire graph can be fetched with just 3 queries, regardless of number of Teams fetched by initial query.