Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class QueryHelper
import { QueryHelper } from "https://deno.land/x/ldkit@v0.4.1/library/resource/query_helper.ts";

Constructors

new
QueryHelper(
entity: Entity,
schema: Schema,
context: Context,
variableInitCounter?,
)

Properties

private
readonly
context: Context
private
readonly
entity: Entity
private
optional
quads: Quad[]
private
readonly
schema: Schema
private
readonly
variableInitCounter: number
private
optional
variableQuads: Quad[]