UNPKG

@types/graphql-iso-date

Version:
25 lines (18 loc) 870 B
# Installation > `npm install --save @types/graphql-iso-date` # Summary This package contains type definitions for graphql-iso-date (https://github.com/excitement-engineer/graphql-iso-date). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-iso-date. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-iso-date/index.d.ts) ````ts import { GraphQLScalarType } from "graphql"; export const GraphQLDate: GraphQLScalarType; export const GraphQLTime: GraphQLScalarType; export const GraphQLDateTime: GraphQLScalarType; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: [graphql](https://npmjs.com/package/graphql) # Credits These definitions were written by [Jason Waldrip](https://github.com/jwaldrip).