Installation
npm install --save @types/graphql-date
Summary
This package contains type definitions for graphql-date (https://github.com/tjmehta/graphql-date).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-date.
index.d.ts
import { GraphQLScalarType } from "graphql";
declare const date: GraphQLScalarType;
export = date;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: graphql
Credits
These definitions were written by Eric Naeseth.