Nick
01/05/2022, 9:24 PMwatch
? You said they watchers never throw here. Is it possible to emit network connection issues?mbonnin
01/06/2022, 7:21 AMNick
01/06/2022, 4:34 PMmbonnin
01/06/2022, 11:33 PMapolloClient.query(query).toFlow()
.catch {
// Handle errors here
}
.onCompletion {
emitAll(apolloClient.query(query).watch())
}
Nick
01/07/2022, 4:15 PM