UNPKG

456 BTypeScriptView Raw
1// Type definitions for graphql-iso-date 3.4
2// Project: https://github.com/excitement-engineer/graphql-iso-date
3// Definitions by: Jason Waldrip <https://github.com/jwaldrip>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.6
6
7import { GraphQLScalarType } from "graphql";
8
9export const GraphQLDate: GraphQLScalarType;
10export const GraphQLTime: GraphQLScalarType;
11export const GraphQLDateTime: GraphQLScalarType;