mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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.
10 lines
214 B
TypeScript
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;
|