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
Hi everybody. I have a problem with HotChocolate Projection and hope somebody can help me with that.
In my query I added the following attributes (also the attribute UseProjection)
Additionally I have resolvers like this which works perfectly fine as long I mark the field DateOfBirth as IsProjected or ask for the field DateOfBirth in the query.
No to the problem. If I have a calculated field by a resolver which uses another table (foreign key navigation). Then the IsProjected does not work properly. When I don't ask for the navigated field PersonComments.
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
-
Hi everybody. I have a problem with HotChocolate Projection and hope somebody can help me with that.
In my query I added the following attributes (also the attribute UseProjection)
Additionally I have resolvers like this which works perfectly fine as long I mark the field DateOfBirth as IsProjected or ask for the field DateOfBirth in the query.
No to the problem. If I have a calculated field by a resolver which uses another table (foreign key navigation). Then the IsProjected does not work properly. When I don't ask for the navigated field PersonComments.
Does anybody know this problem.
Beta Was this translation helpful? Give feedback.
All reactions