UNPKG

graphql-extra-scalars

Version:

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

9 lines (8 loc) 350 B
export { GraphQLDateTime } from './datetime'; export { GraphQLEmail } from './email'; export { GraphQLIPv4 } from './ipv4'; export { GraphQLLimitedString } from './limitedString'; export { GraphQLMacAddress } from './macAddress'; export { GraphQLPassword } from './password'; export { GraphQLURL } from './url'; export { GraphQLUUID } from './uuid';