Expand description
Error sanitization configuration and service.
When enabled = true, strips internal error details (SQL fragments, stack
traces, raw DB error messages) from GraphQL responses before they reach
the client.
Structsยง
- Error
Sanitization Config - Configuration for error sanitization (mirrors
ErrorSanitizationConfigfromfraiseql-cli, deserialized fromcompiled.security.error_sanitization). - Error
Sanitizer - Sanitizes GraphQL errors before they reach the client.