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
When querying the entity locale with nested query for the entity country, the resolver Locale is used, but not the resolver Country. The countries are fetched directly from the database and not via the Country resolver containing additional businesslogic. Is there a way that nested entities are fetched using their respective resolver without using field resolvers?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When querying the entity
locale
with nested query for the entitycountry
, the resolverLocale
is used, but not the resolverCountry
. The countries are fetched directly from the database and not via theCountry
resolver containing additional businesslogic. Is there a way that nested entities are fetched using their respective resolver without using field resolvers?Query
Model
Locale
Model
Country
Resolver
Locale
Resolver
Country
Beta Was this translation helpful? Give feedback.
All reactions