ReceiveDateApolloResolver

class ReceiveDateApolloResolver(maxAge: Int) : ApolloResolver

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

Constructors

Link copied to clipboard
fun ReceiveDateApolloResolver(maxAge: Int)

Functions

Link copied to clipboard
open override fun resolveField(context: ResolverContext): Any?