WhereInput

View Source

Summary

User-facing where input accepted by query.where() and relation modifiers.

Signature

type WhereInput<column> = Predicate<column> | WhereObject<column>;