Hacker News new | ask | show | jobs
by weixiyen 3347 days ago
Thanks Jan. Will there be support for websockets?
1 comments

Hi, I'm Joe also on the Relay team.

Relay Modern (as with previous versions) supports an injectable network layer. This allows each application to customize how to communicate with its GraphQL server using whatever transport protocol is most appropriate (for example you might use HTTP for queries/mutations and WebSockets for subscriptions).