How can i pass express Request and Response objects into graphql-yoga context using the createYoga function?
I want to pass the express req and res object to my context because i want to use express-sessions to do session-based-auth because the default requests from the context does not know about sessions.
问答
阅读(1)