DefinitelyTyped/types/graphql-iso-date/index.d.ts

12 lines
456 B
TypeScript

// Type definitions for graphql-iso-date 3.3
// Project: https://github.com/excitement-engineer/graphql-iso-date
// Definitions by: Jason Waldrip <https://github.com/jwaldrip>
// 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;