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
Jenkins
07/19/2018, 9:42 PM
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
Marios Antonoudiou
07/20/2018, 6:36 AM
Thank you for your response @Jenkins. I actually meant in the source code 🙂
j
Jenkins
07/20/2018, 6:37 AM
Aaaah! Which GraphQL server implementation are you using?