Hi, I have 2 questions here,
1. I found
https://npm.io/package/prisma-json-schema-generator to convert the prisma schema to json, do we have any tool to convert JSON with the same spec back to Prisma schema?
2. is there a way (maybe an annotation in prisma schema) to disable mutation in when using the prima client for a given model?
Thanks.