UNPKG

@envelop/extended-validation

Version:

Extended validation plugin adds support for writing GraphQL validation rules, that has access to all `execute` parameters, including variables.

4 lines (3 loc) 229 B
import { ExtendedValidationRule } from '../common.cjs'; export declare const ONE_OF_DIRECTIVE_SDL = "\n directive @oneOf on INPUT_OBJECT | FIELD_DEFINITION\n"; export declare const OneOfInputObjectsRule: ExtendedValidationRule;