CacheResolver

interface 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?

Resolves a field from the cache. Called when reading from the cache, usually before a network request.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard