UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

3 lines (2 loc) 115 B
import { GraphQLScalarType } from 'graphql'; export declare const GraphQLUnsignedInt: GraphQLScalarType<any, any>;