@wearesage/schema
    Preparing search index...

    Class QueryBuilder<T>

    Core QueryBuilder class - implements progressive disclosure interface for both humans and AI agents

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Properties

    asyncConditions: AsyncConditionFunction<T>[] = []
    conditions: QueryCondition[] = []
    includes: QueryInclude[] = []
    limitCount?: number
    offsetCount?: number
    sorts: QuerySort[] = []

    Methods