CacheResolver
Deprecated
Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache
An interface for CacheResolver used to read the cache
Inheritors
Functions
Link copied to clipboard
abstract fun resolveField(field: CompiledField, variables: Executable.Variables, parent: Map<String, @JvmSuppressWildcards Any?>, parentId: String): Any?
Resolves a field from the cache. Called when reading from the cache, usually before a network request.