SubqueryInterpreter

gql.server.interpreter.SubqueryInterpreter
class SubqueryInterpreter[F[_]](state: Ref[F, EvalState[F]], sup: Supervisor[F], stats: Statistics[F], throttle: FunctionK[F, F], errors: Ref[F, Chain[EvalFailure]], subgraphBatches: SubgraphBatches[F])(implicit F: Async[F])

Attributes

Source
SubqueryInterpreter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def goCont[I](c: Continuation[F, I], en: EvalNode[F, I]): F[Json]

Attributes

Source
SubqueryInterpreter.scala
def goStep[I, O](ps: PreparedStep[F, I, O], cont: Continuation[F, O], en: EvalNode[F, I]): F[Json]

Attributes

Source
SubqueryInterpreter.scala
def interpretEffect[I0, O0](ps: PreparedStep[F, I0, O0], cont: Prepared[F, O0], en: EvalNode[F, I0]): F[Json]

Attributes

Source
SubqueryInterpreter.scala
def interpretPrepared[I](s: Prepared[F, I], en: EvalNode[F, I]): F[Json]

Attributes

Source
SubqueryInterpreter.scala
def interpretSelection[I](fields: List[PreparedField[F, I]], en: EvalNode[F, I]): F[Chain[(String, Json)]]

Attributes

Source
SubqueryInterpreter.scala
def runEffect[A](fa: F[A], id: UniqueEdgeCursor, n: Int, makeError: Throwable => EvalFailure): F[Option[A]]

Attributes

Source
SubqueryInterpreter.scala
def submit(name: String, duration: FiniteDuration, size: Int): F[Unit]

Attributes

Source
SubqueryInterpreter.scala
def subscribeStream[A](stream: Stream[F, A], cont: Continuation[F, A], en: EvalNode[F, _]): F[Json]

Attributes

Source
SubqueryInterpreter.scala