Query

interface Query {
    conditions: QueryCondition[];
    linkDepth?: number;
    select: string[];
}

Properties

conditions: QueryCondition[]
linkDepth?: number
select: string[]



Was this page helpful? Please leave a thumbs up or down.