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) 169 B
import { useExtendedValidation } from "./plugin.mjs"; import { getDirectiveFromAstNode } from "./common.mjs"; export { getDirectiveFromAstNode, useExtendedValidation };