StreamInterpreter

gql.server.interpreter.StreamInterpreter$
See theStreamInterpreter companion trait

Attributes

Companion
trait
Source
StreamInterpreter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Result(errors: Chain[EvalFailure], data: JsonObject)

Attributes

Source
StreamInterpreter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StitchFailure(currentPath: Cursor, remainingPath: Cursor, msg: String) extends Exception

Attributes

Source
StreamInterpreter.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_] : Planner](schemaState: SchemaState[F], debug: DebugPrinter[F], accumulate: Option[FiniteDuration]): StreamInterpreter[F]

Attributes

Source
StreamInterpreter.scala
def stitchInto(oldTree: Json, subTree: Json, remainingPath: Cursor, currentPath: Cursor): EitherT[Eval, StitchFailure, Json]

Attributes

Source
StreamInterpreter.scala