graphql-extra-scalars
Version:
Collection of extra GraphQL scalar types like Email, URL, Password and more
15 lines (13 loc) • 528 B
JavaScript
/**
* Flowtype definitions for index
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.9.2
*/
declare export { GraphQLDateTime } from "./datetime";
declare export { GraphQLEmail } from "./email";
declare export { GraphQLIPv4 } from "./ipv4";
declare export { GraphQLLimitedString } from "./limitedString";
declare export { GraphQLMacAddress } from "./macAddress";
declare export { GraphQLPassword } from "./password";
declare export { GraphQLURL } from "./url";
declare export { GraphQLUUID } from "./uuid";