Replies: 1 comment 2 replies
-
GraphQL is independent of transport, so you can use websockets or similar as a realtime two-way transport. You can then issue regular GraphQL mutation operations over this transport every time the client makes changes. What difference would your proposal have over this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
As I understand, currently GraphQL has no any mechanism to make accumulated client changes continuously shared to the server in streaming way, like current subscription implementation, but vice-versa?
Can someone suggest the answer?
Beta Was this translation helpful? Give feedback.
All reactions