I need help on simple query. Let say I've got two ...
# prisma-whats-new
p
I need help on simple query. Let say I've got two connected types
Customer
and
Address
. One customer has one address to make things simpler. Among other properties
Address
type has
City
field (string). Now when I'm executing
allCustomers
query can I somehow sort (
orderBy
) by
City
value?
i
Not orderBy
But, filter, yes