Replies: 1 comment 9 replies
-
@smilesrg I would just write a db query that filters my questions by the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
How can query/mutation parameters be accessed inside a mapped type?
I'll give some real examples. There's a query:
and the mapped type:
So I need to get all answers answered by the student for the given class. To do this, I need to know the classId. How can I fetch classId parameter?
Beta Was this translation helpful? Give feedback.
All reactions