FetcherContext

sangria.execution.deferred.FetcherContext
case class FetcherContext[Ctx](ctx: Ctx, fetcher: Fetcher[Ctx, _, _, _], cache: Option[FetcherCache], allFetcherCaches: Map[AnyRef, FetcherCache], allFetchers: Vector[Fetcher[Ctx, _, _, _]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def cacheFor(fetcher: Fetcher[_, _, _, _]): Option[FetcherCache]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product