Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOptionsConfig

Configuration info to be passed to the QueryOptions constructor.

Hierarchy

  • QueryOptionsConfig

Index

Properties

Optional fetchStrategy

fetchStrategy: FetchStrategy

The FetchStrategy to use with any queries.

Optional includeDeleted

includeDeleted: boolean

Whether to include cached deleted entities in a query result (false by default). Read Only

Optional mergeStrategy

mergeStrategy: MergeStrategy

The MergeStrategy to use with any queries.

Generated using TypeDoc