Interface: Query<QE>
Queries are used to extract data from a source.
Each query's expressions
must be a query expression or an array of
expressions. This distinction allows for a clear distinction between queries
that return singular vs. arrayed results.
Type parameters​
Name | Type |
---|---|
QE | extends QueryExpression |
Properties​
expressions​
• expressions: QE
| QE
[]
Defined in​
packages/@orbit/data/src/query.ts:15
id​
• id: string
Defined in​
packages/@orbit/data/src/query.ts:14
options​
• Optional
options: RequestOptions