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

Value members

Concrete methods

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

Attributes

Source
StreamInterpreter.scala
def fromMakeInterpreter[F[_] : Temporal](makeInterpreter: (SignalScopes[F, StreamingData[F, _, _]], FunctionK[F, F]) => QueryInterpreter[F], debug: DebugPrinter[F], accumulate: Option[FiniteDuration]): StreamInterpreter[F]

Attributes

Source
StreamInterpreter.scala
def stitchInto(oldTree: Json, subTree: Json, path: Cursor): Json

Attributes

Source
StreamInterpreter.scala