How do you handle errors? The default behaviour in...
# orm-help
t
How do you handle errors? The default behaviour in Prisma seems to be "leak full exception info", which is probably undesired for production.
h
@andre wrote this https://dev.to/andre/handling-errors-in-graphql--2ea3 you can read trought it 🙂
💚 1