ApolloCaching

caliban.wrappers.ApolloCaching$

Returns a wrapper which applies apollo caching response extensions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class CacheDirective(scope: Option[CacheScope], maxAge: Option[Duration])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CacheHint(fieldName: String, path: List[Either[String, Int]], maxAge: Duration, scope: CacheScope)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CacheScope

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CacheScope

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Private.type
object Public.type
case class Caching(version: Int, hints: List[CacheHint])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class GQLCacheControl(maxAge: Option[Duration], scope: Option[CacheScope]) extends GQLDirective

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Value members

Concrete fields