UNPKG

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