Topic digest

GraphQL news and engineering summaries

Follow GraphQL query language, schema design, and API tooling. Our digest aggregates federation implementations, subscription protocols, and GraphQL client libraries from developer communities across Hacker News, Reddit, and Lobsters.

3 recent stories

Latest ranked stories

Current GraphQL stories

These stories are ranked from recent public source activity and shown as a preview of what a configured digest can deliver.

Every GitHub object has two IDs
01Monday, January 13, 2025

Every GitHub object has two IDs

When building a feature for Greptile, an AI-powered code review tool, the engineering team encountered a challenge with GitHub's dual identification systems. They needed database IDs (integers) to generate clickable URLs for pull request comments, but their database only contained GraphQL node IDs (base64 strings). Instead of performing a massive data migration, they reverse-engineered the node ID structure. By decoding the base64 strings, they discovered that GitHub uses MessagePack to serialize arrays containing repository and object IDs. This finding allowed them to extract the required 32-bit database IDs directly from the node IDs using a simple bitmask and the MessagePack protocol. The investigation also revealed legacy ID formats and the complexities of GitHub's internal transitions from string-based enums to structured binary identifiers.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Sources:Hacker News289 pts
Show HN: A modern Music Player Daemon based on Rockbox firmware
02Saturday, May 9, 2026

Show HN: A modern Music Player Daemon based on Rockbox firmware

Rockbox Zig is a modern evolution of the Rockbox audio player, leveraging Rust and Zig to expose its engine via gRPC, GraphQL, and HTTP. It supports multi-room audio through AirPlay, Snapcast, and Squeezelite, featuring native support for over 20 codecs, gapless playback, and a React-based web interface, all packaged in a single high-performance binary.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Sources:Hacker News100 pts
What's cooking on SourceHut? Q1 2026
03Wednesday, February 18, 2026

What's cooking on SourceHut? Q1 2026

SourceHut's Q1 2026 update details new pricing structures, profile enhancements including avatars, and the introduction of unique Resource IDs (RIDs) for GraphQL. Key infrastructure improvements involve PXE-boot setups and transitioning builds.sr.ht to Go. Future plans focus on organization support, SSH deploy keys, and expanding the project hub API.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Sources:Lobsters48 pts

Get a GraphQL digest by email

Create a Snapbyte.dev digest and choose GraphQL as one of your topics.

Snapbyte workflow

Build a digest around your developer updates

Choose topics, sources, language, schedule, and timezone. Snapbyte turns that setup into a focused digest with summaries and original links.