UNPKG

@graphql-eslint/eslint-plugin

Version:
4 lines (3 loc) 215 B
import { GraphQLProjectConfig } from 'graphql-config'; import type { ParserOptions, Schema } from './types'; export declare function getSchema(projectForFile: GraphQLProjectConfig, options?: ParserOptions): Schema;