HarmonyCore
HarmonyCore copied to clipboard
If one entity in a query has a select, all must have one
Currently, it appears that if you have a multi-leg query that traverses several entities via expanded relations, if you apply a $select to one entity then you must also apply a $select to all other entities for the query to succeed.