Use BigInt for video export file sizes #310

Merged
dean merged 1 commits from agent/video-export-bigint into master 2026-07-27 19:35:18 +00:00
Owner

What changed

  • regenerate the shared GraphQL schema and TypeScript types
  • represent video-export file sizes as BigInt instead of a 32-bit integer

Why

Recent exports can exceed GraphQL Int's signed 32-bit range, which caused serialization failures for successful large video exports.

Validation

  • just gql in the backend repository
  • generated schema freshness test
## What changed - regenerate the shared GraphQL schema and TypeScript types - represent video-export file sizes as BigInt instead of a 32-bit integer ## Why Recent exports can exceed GraphQL Int's signed 32-bit range, which caused serialization failures for successful large video exports. ## Validation - just gql in the backend repository - generated schema freshness test
colonelpanic added 1 commit 2026-07-25 04:56:20 +00:00
Use BigInt for video export file size
All checks were successful
Tests / Tests (pull_request) Successful in 6m3s
3e6dabe12a
dean merged commit d7b0b21430 into master 2026-07-27 19:35:18 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/railbird-gql#310
No description provided.