tjohnn
06/14/2019, 2:07 PMExposed can eager load them at the time of the parent query, this is prevents the classic "N+1" problem as references can be aggregated and loaded in a single query
Does it mean only one query would be made to database to query the parent and its child references?tapac
06/14/2019, 8:15 PMtjohnn
06/14/2019, 10:13 PM