Class Query<T>

Type Parameters

  • T = {}

Constructors

  • Type Parameters

    • T = {}

    Parameters

    • model: ChildModel<unknown>
    • collectionName: string
    • expression: any
    • Optionaloptions: any

    Returns Query<T>

Properties

collectionName: string
context: Context
created: boolean
expression: any
extraSegments: string[]
fetchCount: number
fetchPromised: any = ...
hash: string
idMap: Record<string, any>
idsSegments: string[]
options: any
segments: Segments
shareQuery: any
subscribeCount: number
subscribePromised: any = ...
unfetchPromised: any = ...
unsubscribePromised: any = ...

Methods