DefaultCacheResolver

object DefaultCacheResolver : CacheResolver

A cache resolver that uses the parent to resolve fields.

Functions

Link copied to clipboard
open override fun resolveField(    field: CompiledField,     variables: Executable.Variables,     parent: Map<String, @JvmSuppressWildcards Any?>,     parentId: String): Any?