Is it documented anywhere that $context is set to Auth::user() by default? #1192
Unanswered
drewgallagher
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
Hi, maybe here u can find some info about it #1126 |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's coming from graphql-laravel/config/config.php Line 227 in d1be5a6 You can remove or replace this execution middleware and inject into your resolver whatever you need. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I had trouble trying to find where $context was assigned to Auth::user() by default.
Are there any docs, or should there be for this?
Beta Was this translation helpful? Give feedback.
All reactions