Hi guys, I would like to ask a question about play...
# orm-help
m
Hi guys, I would like to ask a question about playground. I have literally spent about 3 hours trying to figure out how headers are set when using the subscription mode, because I would like to do the same on an app of mine. Does anyone can point me to that? Thanks!
j
Hey man! When you click on http headers at the bottom and get the text field, enter any JSON object.
Copy code
{
  "authorization": "Bearer..."
}
m
Thank you for your response @Jenkins. I actually meant in the source code 🙂
j
Aaaah! Which GraphQL server implementation are you using?