gql.server.interpreter.StreamInterpreter$
See theStreamInterpreter companion trait
object StreamInterpreter
Attributes
- Companion
- trait
- Source
- StreamInterpreter.scala
- Graph
-
- Supertypes
- Self type
-
StreamInterpreter.type
Members list
Type members
Classlikes
Attributes
- Source
- StreamInterpreter.scala
- Supertypes
final case class StitchFailure(currentPath: Cursor, remainingPath: Cursor, msg: String) extends Exception
Attributes
- Source
- StreamInterpreter.scala
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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
In this article