UNPKG

graphql-extra-scalars

Version:

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

4 lines (3 loc) 116 B
import { GraphQLScalarType } from 'graphql'; declare const GraphQLUUID: GraphQLScalarType; export { GraphQLUUID, };