Changed
- Only load default error formatter if no custom error formatter is configured
Fixed
- Sanitization of logged queries, when running in production, if literal values contain parentheses
- Read GraphiQL HTML file only once on startup, and only if GraphiQL is enabled, to avoid unnecessary file system access
- Server crash by
SyntaxErrorfrom express JSON parser