Skip to content
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

Implement Apollos subscriptions for sentences #45

Open
slifty opened this issue Mar 14, 2019 · 0 comments
Open

Implement Apollos subscriptions for sentences #45

slifty opened this issue Mar 14, 2019 · 0 comments

Comments

@slifty
Copy link
Member

slifty commented Mar 14, 2019

Issue #43 outlines a bunch of uses of the graphql layer; the most unsupported set of use cases right now are the real time components.

We need to update the API to support subscriptions.

We will start with just using subscriptions for the sentence entity; the logic here is that even in worst case we can just re-render the graph based on new sentences without needing entity-level subscription data.

This article outlines the steps needed to get subscription support on the server side.

@slifty slifty changed the title Implement Apollos subscriptions Implement Apollos subscriptions for sentences Mar 14, 2019
slifty added a commit that referenced this issue Mar 14, 2019
Subscriptions are the goal, since they are likely much more efficient
and scale, but for the purposes of a demo we think that just using built
in polling functionality of ApolloClient will do the trick.

Issue #45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant