handler
handler copied to clipboard
Golang HTTP.Handler for graphl-go
The current GraphiQL interface served by the handler sends GraphQL subscriptions over HTTP, which is not expected to work. [This article](https://dev-blog.apollodata.com/how-to-use-subscriptions-in-graphiql-1d6ab8dbd74b) describes how GraphiQL can be set up with a...
For authorization I need to send tokens inside an optional header configuration exposed on the graphql server. Unless I'm blind, or it's meant for the graphql-go package and not this...
Add options for rootValue and graphiql just as in [express-graphql](https://github.com/graphql/express-graphql) I'll try to do this if I get the time.
There is a vulnerability in Go url parsing. More on that here: https://www.oxeye.io/blog/golang-parameter-smuggling-attack In a nutshell, the method Query() ignores the error produced by another function when finding a semicolon...