UNPKG

@graphql-eslint/eslint-plugin

Version:
6 lines (5 loc) 190 B
import { Kind } from 'graphql'; import type { GraphQLESLintRule } from '../types'; export declare const NON_OBJECT_TYPES: Kind[]; declare const rule: GraphQLESLintRule; export default rule;