UNPKG

gqlcheck

Version:

Performs additional checks on your GraphQL documents and operations to ensure they conform to your rules, whilst allow-listing existing operations and their constituent parts (and allowing overrides on a per-field basis). Rules include max selection set d

4 lines (3 loc) 177 B
import type { ASTVisitor } from "graphql"; import type { RulesContext } from "./rulesContext"; export declare function OperationPathsVisitor(context: RulesContext): ASTVisitor;