graphql-type-long

JSON →
library 0.1.1 ·javascript maintenance
verified Jun 7, 2026

A GraphQL scalar type that extends 52-bit signed integer support for GraphQL.js. Current version 0.1.1, low release cadence. Enables serialization and parsing of integers beyond JavaScript's safe integer range (up to 52 bits). Compared to other GraphQL integer types (e.g., BigInt), this provides a lightweight solution for 52-bit integers without external dependencies. Peer dependency on GraphQL 0.9-0.13. Not actively maintained, but functional for legacy projects.