UNPKG

@graphql-eslint/eslint-plugin

Version:
5 lines (4 loc) 175 B
import { Kind } from 'graphql'; import { GraphQLESLintRule } from '../types.cjs'; export declare const NON_OBJECT_TYPES: Kind[]; export declare const rule: GraphQLESLintRule;