UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

6 lines (5 loc) 291 B
import { GraphQLScalarType } from 'graphql'; export declare const GraphQLLongConfig: import("graphql").GraphQLScalarTypeConfig<number | bigint, string | number | bigint> & { name: string; }; export declare const GraphQLLong: GraphQLScalarType<number | bigint, string | number | bigint>;