Files
DefinitelyTyped/types/graphql-type-json/index.d.ts
2017-05-12 19:38:19 +03:00

9 lines
347 B
TypeScript

// Type definitions for graphql-type-json 0.1
// Project: https://github.com/taion/graphql-type-json#readme
// Definitions by: Pavel Ivanov <https://github.com/schfkt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import {GraphQLScalarType} from "graphql";
declare const GraphQLJSON: GraphQLScalarType;
export = GraphQLJSON;