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 NegativeIntScalar = "scalar NegativeInt"; export declare const NegativeInt: GraphQLScalarType;