Skip to main content

Module resolver

Module resolver 

Source
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§

LoadedSchemaSet
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§

ResolvedSchemaUri
Stable identity of a schema document, used for cycle detection and diagnostics.
ResolverError
Errors raised while resolving a $import entry.