ApolloCaching

caliban.wrappers.ApolloCaching$
object ApolloCaching

Returns a wrapper which applies apollo caching response extensions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object CacheControl

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CacheScope

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class GQLDirective
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields