You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
slifty
changed the title
Implement Apollos subscriptions
Implement Apollos subscriptions for sentences
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
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.
The text was updated successfully, but these errors were encountered: