// Type definitions for graphql-date 1.0 // Project: https://github.com/tjmehta/graphql-date // Definitions by: Eric Naeseth // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 import { GraphQLScalarType } from 'graphql'; declare const date: GraphQLScalarType; export = date;