UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

5 lines (4 loc) 261 B
import { ParseOptions } from 'graphql'; import { Source } from './loaders.js'; import { SchemaPrintOptions } from './types.js'; export declare function parseGraphQLJSON(location: string, jsonContent: string, options: SchemaPrintOptions & ParseOptions): Source;