-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get queried properties in the current request #280
Comments
There has been such requests in the past. I'll close this issue as a duplicate of #17 |
Hey @pavelnikolov Quick question, how could dataloader help in this case? If my understanding is correct, dataloader helps avoiding |
The dataloader doesn't reduce the number of fields being queried AFAIK. |
Thanks @pavelnikolov If that's the case then, could you be so kind to to elaborate more on what you said before about the workaround using a dynamic resolver? A solution for this problem highly interests us. |
I haven't thought about how to get a particular subset of fields from a DB 🤔 |
Is there a way within resolvers functions to get the properties requested by the client?
This feature sounds very useful to implement a mechanism that allow to fine tuning, say, a DB query with only a required data.
Anyone knows about this?
Many thx in advance.
The text was updated successfully, but these errors were encountered: