How to get a list of fields that the client requests? #5835
Unanswered
alexander161198
asked this question in
Q&A
Replies: 1 comment
-
@alexander161198 You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
How can I get a list of the fields the client is requesting (e.g. in query or in update mutation)? I can get all fields of the requesting model (and do some permimission checks, for example). But I'd like to get the context of the user's request, i.e. list of requested fields.
Thank you for help.
Beta Was this translation helpful? Give feedback.
All reactions