-
Notifications
You must be signed in to change notification settings - Fork 249
How do you get the Fastify request object from a resolver? #724
Answered
by
GrzegorzManiak
GrzegorzManiak
asked this question in
Q&A
-
The client makes a request to the GQL API, and I want to check for specific headers which would usually be stored under request.headers
How would I achieve this tru Mercurius?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
GrzegorzManiak
Feb 6, 2022
context.reply.request
Replies: 1 comment
-
context.reply.request
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
GrzegorzManiak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment