Restore Shot Lab detection box GraphQL fields #317
Reference in New Issue
Block a user
No description provided.
Delete Branch "loewy/fix-forward-shot-boxes-gql"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mobile's Shot Lab detection overlay was merged while pointing at a feature-only railbird-gql commit that never reached GQL master. A later Session Coach branch temporarily combined both histories, but rebasing that branch before PR #313 dropped the Shot Lab side. Released mobile code still queries identifierToBox even though current GQL master and the deployed backend no longer expose it.\n\nThis restores the Shot Lab schema field and GetTableState detection selections on top of current GQL master, regenerates the client artifacts while preserving Session Coach feedback, and removes duplicate share-link schema declarations exposed by regeneration. The corresponding backend repair restores the resolver field and will update backend/mobile to the reconciled GQL master.