go-graphql-client
go-graphql-client copied to clipboard
Support custom protocol?
Now "go-graphql-client " only support "GraphQLWS " and "SubscriptionsTransportWS". Are there plans to support custom protocols.
It depends. You can create a request issue if you know any popular subscription protocol. We will analyze and decide if it's worth to support. Or we can expose the interface so everyone can fork or run subscription with a custom implementation
Exposing the interface is a good idea.