Skip to content

Types Reference

Query

Query is used to specify the conditions for the query. It is an object, containing a field, operator, and value.

FieldTypeDescription
fieldstringThe field to query
operatorstringThe operator used
valuestring | numberThe value to match

Released under the SSPL License.