Expand description
Schema import graph types.
Query-layer code is responsible for loading files and building a
LoadedSchemaSet. The converter only consumes that already-loaded graph.
Structs§
- Loaded
Schema Set - A complete set of schema documents that has already been loaded by the caller. Import edges are keyed by the importing document URI and alias.
Enums§
- Resolved
Schema Uri - Stable identity of a schema document, used for cycle detection and diagnostics.
- Resolver
Error - Errors raised while resolving a
$importentry.