Replies: 1 comment 5 replies
-
https://github.com/overblog/GraphQLBundle/blob/master/docs/definitions/expression-language.md#getuser |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to make the current user easily available in resolvers, for instance, so that I can filter entities by the current user.
I think one supported way would be to add the user to the context, but I would like to have it in a "more typesafe" and less verbose form in the resolvers, so I wondered if something like ControllerArgumentResolvers exists for resolvers.
Beta Was this translation helpful? Give feedback.
All reactions