Hello awesome people! I have a quick question: Th...
# orm-help
v
Hello awesome people! I have a quick question: The context:
prisma.users.findFirst({ where: { id: 1, isActive: true }, select: { name: true } });
The default where clause is with
AND
or
OR
? 🤷🏻‍♂️