UNPKG

graphql-extra-scalars

Version:

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

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