UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

3 lines (2 loc) 121 B
import { GraphQLScalarType } from 'graphql'; export declare const GraphQLPositiveInt: GraphQLScalarType<number, number>;