UNPKG

graphql-extra-scalars

Version:

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

9 lines (7 loc) 194 B
/** * Flowtype definitions for email * Generated by Flowgen from a Typescript Definition * Flowgen v1.9.2 */ declare var GraphQLEmail: $Exports<"graphql">; declare export { GraphQLEmail };