Module apollo_compiler::validation
source · Expand description
Supporting APIs for GraphQL validation and other kinds of errors.
Structs§
- A collection of diagnostics returned by some validation method
- Returned as an error for situtations that should not happen with a valid schema or document.
- A conversion failed with some errors, but also resulted in a partial document.