How to read cookies in the request header? #1307
Unanswered
lgharibashvili
asked this question in
Q&A
Replies: 1 comment
-
Do you really want to access request headers in resolver or while context creation so that you make sure only authenticated users can execute operations in graphql. Then, you can put |
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
-
Is it possible to access request object from resolver or middleware function?
I would like to read cookies from the request header for cookie-based authentication.
Beta Was this translation helpful? Give feedback.
All reactions