UNPKG

851 BMarkdownView Raw
1# Installation
2> `npm install --save @types/graphql-type-json`
3
4# Summary
5This package contains type definitions for graphql-type-json (https://github.com/taion/graphql-type-json#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-type-json.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-type-json/index.d.ts)
10````ts
11import { GraphQLScalarType } from "graphql";
12
13export const GraphQLJSONObject: GraphQLScalarType;
14
15export const GraphQLJSON: GraphQLScalarType;
16export default GraphQLJSON;
17
18````
19
20### Additional Details
21 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
22 * Dependencies: [graphql](https://npmjs.com/package/graphql)
23
24# Credits
25These definitions were written by [Pavel Ivanov](https://github.com/schfkt).
26
\No newline at end of file