UNPKG

291 BTypeScriptView Raw
1import { GraphQLScalarType } from 'graphql';
2export declare const GraphQLLongConfig: import("graphql").GraphQLScalarTypeConfig<number | bigint, string | number | bigint> & {
3 name: string;
4};
5export declare const GraphQLLong: GraphQLScalarType<number | bigint, string | number | bigint>;