QueryInterpreter

gql.server.interpreter.QueryInterpreter$
See theQueryInterpreter companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Input[F[_], A, B](data: IndexedData[F, A], cont: StepCont[F, A, B])

Attributes

Companion
object
Source
QueryInterpreter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Input

Attributes

Companion
class
Source
QueryInterpreter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Input.type
final case class Result[F[_]](errors: Chain[EvalFailure], rootData: EvalNode[F, Json])

Attributes

Source
QueryInterpreter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Results[F[_]](errors: Chain[EvalFailure], roots: NonEmptyList[EvalNode[F, Json]])

Attributes

Source
QueryInterpreter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def analyzeCost[F[_] : Statistics](cont: StepCont[F, _, _]): F[NodeTree]

Attributes

Source
QueryInterpreter.scala
def apply[F[_] : Statistics](schemaState: SchemaState[F], ss: SignalScopes[F, StreamingData[F, _, _]], throttle: FunctionK[F, F])(implicit evidence$1: Async[F], evidence$2: Statistics[F], planner: Planner[F]): QueryInterpreter[F]

Attributes

Source
QueryInterpreter.scala