Skip to main content
moss v1.0.1 moss / QueryOptions

Interface: QueryOptions

Optional parameters for MossClient.query().

Properties

Filter shape

The filter value is a dict with either a field condition or a logical composition:
Supported condition operators: $eq, $ne, $gt, $gte, $lt, $lte, $in, $nin, $near.

Example