DefinitelyTyped/types/graphql-type-json/index.d.ts
2017-07-25 10:34:23 -07:00

9 lines
349 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;