You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, references are resolved through GraphQL. If entity A references B, which references C, three mongo queries would be triggered.
Using the resolve info from GraphQL (get requested sub and sub-sub fields) and mongo's $lookup operation should change it to only a single mongo query.
The text was updated successfully, but these errors were encountered:
Currently, references are resolved through GraphQL. If entity A references B, which references C, three mongo queries would be triggered.
Using the resolve info from GraphQL (get requested sub and sub-sub fields) and mongo's $lookup operation should change it to only a single mongo query.
The text was updated successfully, but these errors were encountered: