Add per-video HomographyBackendGQL selection to VideoMetadataInput #298

Merged
colonelpanic merged 1 commits from colonelpanic/homography-backend-selection into master 2026-07-18 02:12:19 +00:00
Owner

Regenerated schema + TS artifacts for the per-video homography backend preference:

  • enum HomographyBackendGQL { CLASSIC, TABLENET }
  • VideoMetadataInput.homographyBackend: HomographyBackendGQL = null (null = deployment runtime default)

Exported from the backend branch colonelpanic/homography-backend-selection (stacked on the merged TableNet work, #2534 backend-side). Merge this before the backend PR per the usual gql → backend order.

Regenerated schema + TS artifacts for the per-video homography backend preference: - `enum HomographyBackendGQL { CLASSIC, TABLENET }` - `VideoMetadataInput.homographyBackend: HomographyBackendGQL = null` (null = deployment runtime default) Exported from the backend branch `colonelpanic/homography-backend-selection` (stacked on the merged TableNet work, #2534 backend-side). Merge this before the backend PR per the usual gql → backend order.
colonelpanic added 1 commit 2026-07-18 01:29:51 +00:00
Add HomographyBackendGQL enum and VideoMetadataInput.homographyBackend
All checks were successful
Tests / Tests (pull_request) Successful in 11s
feeb5b7038
Regenerated from backend Python: adds the HomographyBackendGQL enum
(CLASSIC/TABLENET) and the optional homographyBackend field on
VideoMetadataInput, for per-video homography backend selection.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
colonelpanic merged commit 6d9cb4126e into master 2026-07-18 02:12:19 +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#298
No description provided.