UNPKG

278 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLBigIntConfig: GraphQLScalarTypeConfig<bigint | number, bigint | string | number>;
3export declare const GraphQLBigInt: GraphQLScalarType<number | bigint, string | number | bigint>;