UNPKG

graphql-extra-scalars

Version:

Collection of extra GraphQL scalar types like Email, URL, Password and more

4 lines (3 loc) 124 B
import { GraphQLScalarType } from 'graphql'; declare const GraphQLDateTime: GraphQLScalarType; export { GraphQLDateTime, };