UNPKG

208 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLJSONConfig: GraphQLScalarTypeConfig<any, any>;
3export declare const GraphQLJSON: GraphQLScalarType<any, any>;