Code Fragment: ```where:{ shelfId: id, shelfPublis...
# prisma-client
r
Code Fragment:
Copy code
where:{
shelfId: id,
shelfPublished: true
}
Expected Behaviour ... To Filter by BOTH
where
statements Actual Behaviour ... returns the following
Copy code
"client-version" : "4.1.xxxx"