graphql-go / graphql-go/handler
Add a way to configure the GraphiQL subscription endpoint
Open
- Dominant language
- Go
- Stars
- 451
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
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 custom fetcher that does subscriptions over a GraphQL WebSocket.
It would be great if the handler would support this to work with GraphQL servers that implement WS subscriptions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.