mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
434 B
TypeScript
13 lines
434 B
TypeScript
// Type definitions for graphql-type-json 0.3
|
|
// Project: https://github.com/taion/graphql-type-json#readme
|
|
// Definitions by: Pavel Ivanov <https://github.com/schfkt>
|
|
// 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;
|