UNPKG

graphql-extra-scalars

Version:

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

4 lines (3 loc) 183 B
import { GraphQLScalarType } from 'graphql'; declare const createRegexScalar: (name: string, description: string, regexp: RegExp) => GraphQLScalarType; export { createRegexScalar, };