Skip to content

Variable: GraphQLBigInt

ts
const GraphQLBigInt: GraphQLScalarType<bigint, string>;

Defined in: packages/apollo/src/scalars.ts:115

GraphQL scalar for JavaScript bigint values. Serialized as a string to avoid precision loss.

Released under the MIT License.