Nick
11/02/2021, 9:56 PMwatch
also perform a network request if it’s not already in the cache?
apolloClient.watch(BookWithAuthorName()).collect { response ->
// This will be called every time the book or author changes
}
mbonnin
11/03/2021, 10:28 AMCacheOnly
if you don't want a network requestNick
11/03/2021, 1:06 PMmbonnin
11/03/2021, 2:11 PMNick
11/03/2021, 3:18 PM