`[SOLVED]!` Please what's wrong with the Query? `...
# orm-help
n
[SOLVED]!
Please what's wrong with the Query?
Copy code
Invalid `prisma.award.findMany()` invocation:

{
  include: {
    member: true,
    organization: true
  },
  where: {
    deleted: false,
    member: 'cl0ebx5dy0424d6jxyfl14dsk'
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  },
  orderBy: {
    id: 'asc'
  }
}
1
Solved! I changed
member
to
memberId
which is the relationship field. Thanks
n
Glad to hear that this is solved 👍