1 | # Installation
|
2 | > `npm install --save @types/graphql-iso-date`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for graphql-iso-date (https://github.com/excitement-engineer/graphql-iso-date).
|
6 |
|
7 | # Details
|
8 | Files 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
|
11 | import { GraphQLScalarType } from "graphql";
|
12 |
|
13 | export const GraphQLDate: GraphQLScalarType;
|
14 | export const GraphQLTime: GraphQLScalarType;
|
15 | export 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
|
24 | These definitions were written by [Jason Waldrip](https://github.com/jwaldrip).
|
25 |
|
\ | No newline at end of file |