Optionalnulls?: NullsOrderingOptional nulls ordering. If not provided, the database default is used (NULLS LAST for ASC, NULLS FIRST for DESC in PostgreSQL).
The OrderByOrdering to order by.
A raw SQL fragment to order by. May not contain ASC or DESC, as ordering direction is determined by the order property.
Optionalnulls?: NullsOrderingOptional nulls ordering. If not provided, the database default is used (NULLS LAST for ASC, NULLS FIRST for DESC in PostgreSQL).
The OrderByOrdering to order by.
The field name to order by.