Skip to main content
Go to Latest
class QueryEngineProxy
import { QueryEngineProxy } from "https://deno.land/x/ldkit@v0.5.0/library/engine/mod.ts";

Constructors

new
QueryEngineProxy(context?: Context, engine?: IQueryEngine)

Properties

private
readonly
context: Context
private
readonly
engine: IQueryEngine

Methods

queryBindings(query: string)
queryBoolean(query: string)
queryGraph(query: string)
queryVoid(query: string)