UNPKG

358 BTypeScriptView Raw
1import { ParseOptions } from 'graphql';
2import { GraphQLSchemaValidationOptions } from 'graphql/type/schema';
3import { Source } from './loaders';
4import { SchemaPrintOptions } from './types';
5export declare function parseGraphQLJSON(location: string, jsonContent: string, options: SchemaPrintOptions & ParseOptions & GraphQLSchemaValidationOptions): Source;