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
Members list
Value members
Concrete methods
Attributes
- Source
- SubqueryInterpreter.scala
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
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
Attributes
- Source
- SubqueryInterpreter.scala
Attributes
- Source
- SubqueryInterpreter.scala
In this article