Jacob Coker-Dukowitz
06/22/2022, 10:37 PMfindMany({ where: some|none|etc })
,
• findMany({ where: {}, include: { }
• update({data: { posts: { deleteMany: { } } } })
• update({data: { posts: { updateMany: { } } } })
• update({data: { posts: { update: { where: {} } } })
• A longer list can be found here.Vladi Stevanovic
Jacob Coker-Dukowitz
07/11/2022, 8:43 PMVladi Stevanovic
nikolasburk
Jacob Coker-Dukowitz
07/13/2022, 9:50 PM