Module validation

Source
Expand description

Supporting APIs for GraphQL validation and other kinds of errors.

Structsยง

DiagnosticData
DiagnosticList
A collection of diagnostics returned by some validation method
Valid
Wraps a Schema or [ExecutableDocument] to mark it as valid.
WithErrors
A conversion failed with some errors, but also resulted in a partial document.