How do I filter with more than one conditions in f...
# prisma-client
t
How do I filter with more than one conditions in findMany?
1
d
Using the
AND
NOT
and
OR
operators, you can pass it an array of match conditions
t
That works. Thanks