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
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
It would be really nice, if we could use @Loona to query data on the client to fetch data from an Realtime database or an Websocket, like a Graphql Subscription but implemented in the client.
Now a resolver function work with Observables, but it gets and emits new values only when the Observable is completed.
In the current design of this library is it a way to add this functionality? @Urigo@kamilkisiela
The text was updated successfully, but these errors were encountered:
This interval(1000) can represent a query to a Realtime database or a web socket, if you comment the line .pipe(first()) this observable will emit values but will not complete, as you will see, the books array will never show on screen.
I'm using the Firebase Firestore database, reading more about the apollo client architecture, I came across the apollo link documentation, I believe this can be an alternative for me, do you believe that the best way for me to query and manipulate my firestore data using Graphql without the need for a graghql server is by creating my own apollo-link.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be really nice, if we could use @Loona to query data on the client to fetch data from an Realtime database or an Websocket, like a Graphql Subscription but implemented in the client.
Now a resolver function work with Observables, but it gets and emits new values only when the Observable is completed.
In the current design of this library is it a way to add this functionality? @Urigo @kamilkisiela
The text was updated successfully, but these errors were encountered: