UNPKG

@graphql-eslint/eslint-plugin

Version:
7 lines (6 loc) 242 B
import { GraphQLESLintRule } from '../types'; export declare type RequireIdWhenAvailableRuleConfig = { fieldName: string | string[]; }; declare const rule: GraphQLESLintRule<[RequireIdWhenAvailableRuleConfig], true>; export default rule;