@textile/hub > Query > where
Query.where() method
where starts to create a query condition for a field
Signature:
static where(fieldPath: string): Criterion;
Parameters
Parameter | Type | Description |
---|---|---|
fieldPath | string | The field name to query on. Can be a hierarchical path. |
Returns:
Criterion