QueryExecutor

trait QueryExecutor[F[_], T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def compileAndRunAll(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env): Stream[F, T]
def compileAndRunOne(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env)(implicit sc: Compiler[F, F]): F[T]
def run(query: Query, rootTpe: Type, env: Env): Stream[F, T]

Concrete methods

def compileAndRun(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env)(implicit sc: Compiler[F, F]): F[T]