hello! shouldn't this query only return projects w...
# orm-help
j
hello! shouldn't this query only return projects where the manager has a certain id? : { projects(where: { managedBy_every: { user: { id: "some_id" } } }) { id name managedBy { user { id } } } }