This message was deleted.
# orm-help
s
This message was deleted.
👀 1
a
Hi Simcha 👋🏾
findFirst
returns the first record that matches a list of criteria – similar to
findMany
.
findUnique,
on the other hand, allows you to retrieve a single record by either its
id
or a
unique
attribute. Here are a few references to our docs for the APIs – findUnique and findFirst.