UNPKG

@graphql-eslint/eslint-plugin

Version:
5 lines (4 loc) 253 B
import { GraphQLConfig } from 'graphql-config'; import { ParserOptions } from './types'; export declare function loadOnDiskGraphQLConfig(filePath: string): GraphQLConfig; export declare function loadGraphQLConfig(options: ParserOptions): GraphQLConfig;