Skip to main content
Go to Latest
class QueryHelper
import { QueryHelper } from "https://deno.land/x/ldkit@v0.5.0/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: RDF.Quad[]
private
readonly
schema: Schema
private
readonly
variableInitCounter: number
private
optional
variableQuads: RDF.Quad[]