UNPKG

@graphql-eslint/eslint-plugin

Version:
7 lines (6 loc) 211 B
import { GraphQLESLintRule } from '../types'; export declare type RelayArgumentsConfig = { includeBoth?: boolean; }; declare const rule: GraphQLESLintRule<[RelayArgumentsConfig], true>; export default rule;