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
As a performance boost, we should get the requested fields from the gql context and give them to the repository in order to only request necessary fields. With this, we could disable costly aggregations and populations if the specific field is not requested. We must also map the fields from the view model to the schema to not expose any infra specifics.
The text was updated successfully, but these errors were encountered:
Description
As a performance boost, we should get the requested fields from the gql context and give them to the repository in order to only request necessary fields. With this, we could disable costly aggregations and populations if the specific field is not requested. We must also map the fields from the view model to the schema to not expose any infra specifics.
The text was updated successfully, but these errors were encountered: