pub fn validate_with_options(
directives: &[Directive],
options: ValidationOptions,
) -> Vec<ValidationError>Expand description
Validate a stream of directives with custom options.
Returns a list of validation errors and warnings found.
pub fn validate_with_options(
directives: &[Directive],
options: ValidationOptions,
) -> Vec<ValidationError>Validate a stream of directives with custom options.
Returns a list of validation errors and warnings found.