graph-client icon indicating copy to clipboard operation
graph-client copied to clipboard

Alternative for GraphQL Subscriptions over WebSocket

Open dotansimha opened this issue 2 years ago • 0 comments

Today, graph-node Subscriptions transport is not 100% reliable and uses a legacy protocol.

We are looking into different ways of providing an alternative to that.

Possible solutions:

  • subscribe-as-query: write a GraphQL Subscription, but choose a custom hook (Smart contract event? just polling?)
  • query + hook

dotansimha avatar Feb 15 '22 06:02 dotansimha