sorry the query should be more like ``` filter({ t...
# orm-help
d
sorry the query should be more like
Copy code
filter({ ticketRequests: { status: "APPROVED" } })
f
Are you running this query from your frontend or backend? I.e. is this your Prisma datamodel or you backend API?