John O'Reilly
12/19/2021, 3:11 PMwatch
below for some reason....is there some other dependency that needs to be pulled in for that? (basing code on what's in https://www.apollographql.com/docs/kotlin/caching/query-watchers/)
apolloClient.query(GetSessionsQuery())
.watch()
.collect { response ->
}
John O'Reilly
12/19/2021, 3:15 PMcom.apollographql.apollo3:apollo-normalized-cache
John O'Reilly
12/19/2021, 3:34 PMmbonnin
12/19/2021, 3:41 PM