How to make custom projection handler in HotChocolate? #5900
Unanswered
ladislavmrnka
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation states:
So how could I create custom handler for projections? I have custom logic to get the data (no IQueryable) and what I really need is access to some abstraction of the request to see what nested objects are in projection to optimize loading of the data.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions