UNPKG

@graphql-eslint/eslint-plugin

Version:
9 lines (8 loc) 287 B
import type { GraphQLESLintRule } from '../types'; export declare type EdgeTypesConfig = { withEdgeSuffix?: boolean; shouldImplementNode?: boolean; listTypeCanWrapOnlyEdgeType?: boolean; }; declare const rule: GraphQLESLintRule<[EdgeTypesConfig], true>; export default rule;