I see that Query from Ferry returns Stream. Is it possible that it will smartly listen for updates? or does Stream for query always emit only a single value?
Asked
Active
Viewed 294 times
0
-
stream can emit n number of times, the question is vague, listening to what exactly? stream? data on the server? – Yadu Feb 03 '22 at 10:47
-
I'm aware that Stream in Dart can emit many values, the question is specific for Ferry package and Stream response when executing GraphQl queries. – jakub Feb 03 '22 at 10:52