Josh Kelly
02/18/2022, 10:58 PM[
{
nickname: null,
lastName: 'Smith'
},
{
nickname: 'Billy',
lastName: 'White',
}
]
If i’m calling findMany
and i want to orderBy
but i want to do something like [nickname || lastName]: 'asc'
and then Billy would be the first item in the response as Smith comes after Billy.