UNPKG

232 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLJSONObjectConfig: GraphQLScalarTypeConfig<object, object>;
3export declare const GraphQLJSONObject: GraphQLScalarType<object, object>;