DefinitelyTyped/types/graphql-iso-date/graphql-iso-date-tests.ts
Ryan Ling ce308d57c7 graphql: Update dependents to ^14.5.3 (#37911)
The graphql package has seen some breaking changes to its TypeScript
definitions in v14.5.2, so we bump dependents to point to the latest
v14.5.3.

This also loosens dependencies to a caret range, to avoid having to
update DefinitelyTyped on every release.
2019-08-26 08:10:15 -07:00

10 lines
214 B
TypeScript

import { GraphQLDate, GraphQLTime, GraphQLDateTime } from "graphql-iso-date";
GraphQLDate.extensions;
GraphQLTime.extensions;
GraphQLDateTime.extensions;
GraphQLDate.name;
GraphQLTime.name;
GraphQLDateTime.name;