mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 06:34:06 +00:00
Prevent app crashes when loading GraphQL schemas with validation errors (e.g., object types with no fields). The fix: - Validates schemas using validateSchema() and shows warnings for issues - Still loads the schema so autocomplete continues to work - Wraps the CodeMirror GraphQL linter with error handling to catch any validation errors during linting Fixes #4529 Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com>