UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

4 lines (3 loc) 155 B
import { GraphQLScalarType } from 'graphql'; export declare const IPV6_REGEX: RegExp; export declare const GraphQLIPv6: GraphQLScalarType<string, string>;