Page Contents

Home > @loopback/filter > Operators

Operators type

Operators for where clauses

Signature:

export type Operators = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'inq' | 'nin' | 'between' | 'exists' | 'and' | 'or' | 'like' | 'nlike' | 'ilike' | 'nilike' | 'regexp' | 'match' | 'contains';