UNPKG

graphql-extra-scalars

Version:

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

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