hii all how to use isDeleted: Boolean! key in muta...
# prisma-whats-new
v
hii all how to use isDeleted: Boolean! key in mutation any example please share with me
n
mutation { updatePost(id: "xyz", isDeleted: true) { id } }
👍 1
v
thank you @Nick Luger