What are the conditions for being able to use query combinators like "OR"? In looking at my generated prisma file, it seems like the only instance of OR comes from a ScalarWhereInput which is only used in the mutations. However, the documentation at the below link doesn't seem to list any such restrictions, or at the very least it's not clear.
https://www.prisma.io/docs/reference/prisma-api/queries-ahwee4zaey#arbitrary-combination-of-filters-with-and-and-or