UNPKG

@graphql-eslint/eslint-plugin

Version:
8 lines (7 loc) 237 B
import { GraphQLESLintRule } from '../types'; export declare type SelectionSetDepthRuleConfig = { maxDepth: number; ignore?: string[]; }; declare const rule: GraphQLESLintRule<[SelectionSetDepthRuleConfig]>; export default rule;