handler
handler copied to clipboard
Golang HTTP.Handler for graphl-go
add new ResultCallbackFn with origin http.ResponseWriter and http.Request because , i want to get client info (eg. Client IP) when result is error.
#### Overview - Upstream related PR: https://github.com/graphql-go/graphql/pull/428 - This is a WIP tracing support
I'm working with Apollo Node application that merges schemas from multiple remote GraphQL API. One of the remotes uses graphql-go and graphql-go/handler. There is an issue with schema introspection when...
I am reading simple answers not answered, ignored pulled requests.
`RequestCallbackFn` allows to manipulate with `ctx` and HTTP headers without any handler wrappers. Use case [example](https://github.com/michurin/playground-graphql-go/pull/1/files).
Is there any way that I can set up the header of response for some doctypes?
Playground could work in latest tagged version.
Making the JSON serialization more efficient by writing to the stream directly instead of creating an intermediate buffer and then writing that. Cleaning up the tests. The package was being...
Attempt to address https://github.com/graphql-go/handler/issues/31 Websocket subscriptions are now working.
Every time I start my GraphQL server, the order of all properties, enums and parameters as shown in [GraphiQL](https://github.com/graphql/graphiql) or as parsed with [GraphQL CLI](https://github.com/graphql-cli/graphql-cli) changes. These tools just take...