ReceiveDateCacheResolver

Deprecated

Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache

A cache resolver that uses the cache date as a receive date and expires after a fixed max age

Constructors

Link copied to clipboard
constructor(maxAge: Int)

Functions

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