UNPKG

434 BTypeScriptView Raw
1// Type definitions for graphql-type-json 0.3
2// Project: https://github.com/taion/graphql-type-json#readme
3// Definitions by: Pavel Ivanov <https://github.com/schfkt>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.6
6
7import { GraphQLScalarType } from "graphql";
8
9export const GraphQLJSONObject: GraphQLScalarType;
10
11export const GraphQLJSON: GraphQLScalarType;
12export default GraphQLJSON;