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
The client app needs a way to query the current synchronisation state.
Which databases are subscribed?
How much of our timeline has been sent to the server?
How far behind is the server from applying our changes?
Ideally this ties into the mutation API so the client can also use it to await a specific mutation. This would allow the developer to opt into synchronous request/response if needed.
The text was updated successfully, but these errors were encountered:
The client app needs a way to query the current synchronisation state.
Ideally this ties into the mutation API so the client can also use it to await a specific mutation. This would allow the developer to opt into synchronous request/response if needed.
The text was updated successfully, but these errors were encountered: