UNPKG

@graphql-eslint/eslint-plugin

Version:
10 lines (9 loc) 295 B
import { GraphQLESLintRule } from '../types'; declare type InputNameRuleConfig = { checkInputType?: boolean; caseSensitiveInputType?: boolean; checkQueries?: boolean; checkMutations?: boolean; }; declare const rule: GraphQLESLintRule<[InputNameRuleConfig]>; export default rule;