McKay Bonham
07/07/2022, 7:15 PMprisma.parentDocument.update({
where: {
id: req.params.id
},
data: {
...req.body
},
select: {
childDocuments: true
}
});
, is there a way I can do all of these updates in one query?nikolasburk
req.body
⢠the error message you receive
Ideally, you can create this as a new GitHub Discussion and we can help you there šnikolasburk