Matthew
PPrisma
•Created by Matthew on 10/8/2024 in #help-and-questions
FindMany Where Confusion
I'm trying to do a simple "find many where" query on the following schema:
TLDR: a course has a 1 to many relationship with a scheduled event.
I have these two queries:
Query 1 returns and empty list.
Query 2 returns a list with many records.
Why is it that I don't get anything back from query 1???
7 replies