You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea presented in graphql-errors library, where runtime errors are captured and replaced with UUID to prevent data leaks: https://github.com/kadirahq/graphql-errors
Direct integration with this library might not be a good idea as its outdated but I think that the source code is simple and I can reimplement it in TypeGraphQL with better API that would allow to enable/disable it per type or field and pass custom mask function in decorators. https://github.com/kadirahq/graphql-errors/blob/master/lib/index.js
The text was updated successfully, but these errors were encountered:
I like the idea presented in
graphql-errors
library, where runtime errors are captured and replaced with UUID to prevent data leaks:https://github.com/kadirahq/graphql-errors
Direct integration with this library might not be a good idea as its outdated but I think that the source code is simple and I can reimplement it in TypeGraphQL with better API that would allow to enable/disable it per type or field and pass custom mask function in decorators.
https://github.com/kadirahq/graphql-errors/blob/master/lib/index.js
The text was updated successfully, but these errors were encountered: