Package com.apollographql.apollo.internal.fetcher
-
Class Summary Class Description CacheAndNetworkFetcher Signal the apollo client to fetch the data from both the network and the cache.CacheFirstFetcher Signals the apollo client to first fetch the data from the normalized cache.CacheOnlyFetcher Signals the apollo client to only fetch the data from the normalized cache.NetworkFirstFetcher Signals the apollo client to first fetch the data from the network.NetworkOnlyFetcher Signals the apollo client to only fetch the GraphQL data from the network.