UNPKG

graphql-extra-scalars

Version:

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

10 lines (8 loc) 246 B
/** * Flowtype definitions for datetime * Generated by Flowgen from a Typescript Definition * Flowgen v1.9.2 */ import { GraphQLScalarType } from "graphql"; declare var GraphQLDateTime: GraphQLScalarType; declare export { GraphQLDateTime };