// Type definitions for graphql-type-json 0.3 // Project: https://github.com/taion/graphql-type-json#readme // Definitions by: Pavel Ivanov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 import { GraphQLScalarType } from "graphql"; export const GraphQLJSONObject: GraphQLScalarType; export const GraphQLJSON: GraphQLScalarType; export default GraphQLJSON;