UNPKG

@saeris/graphql-scalars

Version:

A collection of scalar types using Joi for validation

4 lines (3 loc) 164 B
import { GraphQLScalarType } from "graphql"; export declare const PhoneNumberScalar = "scalar PhoneNumber"; export declare const PhoneNumber: GraphQLScalarType;