Expand description
Multi-file schema loader - loads and merges JSON schema files from directories
Supports flexible schema composition from single files to deeply nested directory structures:
- Load all *.json files from a directory recursively
- Merge types, queries, mutations arrays
- Deduplicate by name with error reporting
- Preserve file path information for error messages
Structsยง
- Load
Result - Result of loading files
- Multi
File Loader - Loads and merges JSON schema files from directories