UNPKG

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