where top-level constant
SelectorBuilder
const where
Used for building queries for the datastore. e.g. where.eq('name', 'Bob').gt('age', 18).limit(10)
Implementation
const where = SelectorBuilder();