You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only header being set is the content type:
/shurcooL/go/ctxhttp/ctxhttp.go:83
req.Header.Set("Content-Type", bodyType)
It would be helpful to allow setting custom headers in addition to the content-type since some graphql servers use headers for auth tokens and setting other variables.
Thanks
tgwizard, hbbio, sateeshpnv, riley-martine, cocoastorm and 13 more