-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Subscriptions #111
Comments
@billy1624 I would love to work on this |
Hey @AbhijithGanesh, thanks for the write up!!
However, as you said, we still need SeaORM to stream the updates or events to be exact. |
So, this issue is blocked. We need to wait SeaORM to implement the event stream first. Maybe we can work on GraphQL mutation APIs at the meantime? |
@billy1624 Can you maintain a project board for reference, it will be very useful for our developers to keep track of what blocks what ? |
I personally think, we should do the Mutation APIs first, then come to subscriptions |
Do you need any help with that? |
Motivation
GraphQL has support for event subscriptions, We need a Rust based ORM support that extends GraphQL which extends support for something like a continuous steam of data.
To quote Apollo GraphQL docs:
Blocked
Proposed Solutions
Additional Information
Reference:
The text was updated successfully, but these errors were encountered: