// Type definitions for graphql-iso-date 3.3 // Project: https://github.com/excitement-engineer/graphql-iso-date // Definitions by: Jason Waldrip // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 import { GraphQLScalarType } from "graphql"; export const GraphQLDate: GraphQLScalarType; export const GraphQLTime: GraphQLScalarType; export const GraphQLDateTime: GraphQLScalarType;