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) 171 B
import type { ASTVisitor } from "graphql"; import type { RulesContext } from "./rulesContext.js"; export declare function CountVisitor(context: RulesContext): ASTVisitor;