Query, Mutation and Subscriptions [ALL] over websockets #2190
-
I'm currently investigating graphql for a possible migration of an existing development using centrifugo, which is a websocket server writting in golang. Will we ever see the ability to do queries and mutations using websockets, instead of http? I can understand initial requests before websockets have bootstrapped, but once the connection is in play. Websockets have a much lower overhead. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
It is already possible, here is an example repo leveraging the |
Beta Was this translation helpful? Give feedback.
It is already possible, here is an example repo leveraging the
enableAllOperations
property of oursubscriptionExchange