object Interpreter
- Companion:
- class
- Source:
- Interpreter.scala
Type members
Classlikes
final case class StreamMetadata[F[_]](cursor: Cursor, edges: List[PreparedEdge[F]], cont: Prepared[F, Any])
- Source:
- Interpreter.scala
Value members
Concrete methods
def _reconstructSelection[F[_]](sel: NonEmptyList[PreparedField[F, Any]], m: Map[Option[GraphArc], List[(Cursor, Json)]]): JsonObject
- Source:
- Interpreter.scala
def constructStream[F[_] : Statistics](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F], openTails: Boolean)(implicit evidence$1: Statistics[F], F: Async[F], planner: Planner[F]): Stream[F, (Chain[EvalFailure], JsonObject)]
- Source:
- Interpreter.scala
def reconstructSelection[F[_]](levelCursors: List[(Cursor, Json)], sel: NonEmptyList[PreparedField[F, Any]]): JsonObject
- Source:
- Interpreter.scala
def runStreamed[F[_] : Planner](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F])(implicit evidence$2: Statistics[F], evidence$3: Planner[F], F: Async[F]): Stream[F, (Chain[EvalFailure], JsonObject)]
- Source:
- Interpreter.scala
def runSync[F[_] : Planner](rootInput: Any, rootSel: NonEmptyList[PreparedField[F, Any]], schemaState: SchemaState[F]): F[(Chain[EvalFailure], JsonObject)]
- Source:
- Interpreter.scala