UNPKG

@saeris/graphql-scalars

Version:

A collection of scalar types using Joi for validation

4 lines (3 loc) 140 B
import { GraphQLScalarType } from "graphql"; export declare const URLScalar = "scalar URL"; export declare const URL: GraphQLScalarType;