riccardolardi
riccardolardi
Explore posts from servers
PPrisma
Created by riccardolardi on 7/25/2024 in #help-and-questions
findMany where first/latest of 1:n relation meets certain condition
Bump... pseudo code could look like this:
{
where: {
myRelation: {
first: {
myField: {
equals: "some value"
}
}
}
}
{
where: {
myRelation: {
first: {
myField: {
equals: "some value"
}
}
}
}
3 replies