CacheResolver
An interface for CacheResolver used to read the cache
Functions
Link copied to clipboard
abstract fun resolveField( field: CompiledField, variables: Executable.Variables, parent: Map<String, @JvmSuppressWildcards Any?>, parentId: String): Any?
Content copied to clipboard
Resolves a field from the cache. Called when reading from the cache, usually before a network request.