go-graphql-client icon indicating copy to clipboard operation
go-graphql-client copied to clipboard

Support custom protocol?

Open lizheng-xieyadong opened this issue 11 months ago • 2 comments

Now "go-graphql-client " only support "GraphQLWS " and "SubscriptionsTransportWS". Are there plans to support custom protocols.

lizheng-xieyadong avatar Mar 15 '24 10:03 lizheng-xieyadong

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

hgiasac avatar Mar 15 '24 18:03 hgiasac

Exposing the interface is a good idea.

lizheng-xieyadong avatar Mar 19 '24 01:03 lizheng-xieyadong