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
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
Credits
These definitions were written by Jason Waldrip.