UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

4 lines (3 loc) 278 B
import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLBigIntConfig: GraphQLScalarTypeConfig<bigint | number, bigint | string | number>; export declare const GraphQLBigInt: GraphQLScalarType<number | bigint, string | number | bigint>;