Connect the version list view to the schema (monolith/S14 Step 25)
Part of epic &23331 (Version list, monolith/S14). Covers plan Step 25.
Step 25: Connect the version list view — the step that closes both tracks. Remove the @client directive and the local types/resolvers/seed, binding the query document to the real GraphQL schema, and swap the page and table specs onto mocked handlers over the real fixtures so a transcription drift fails before merge.
Scope
- Delete this view's
@clientlocal layer entries and the directive from the query document. - Swap the page and table Jest specs onto
createMockApolloover the real GraphQL fixtures. - Add the routed-page accessibility check in the
:jsfeature spec.
Acceptance
Criterion 20 (routed-page automated-accessibility check) and the end-to-end binding: the view renders, sorts, filters, and pages against the real schema.
Dependencies
The full backend track (Steps 5, 8, 9, 10, 11) AND the two tables (Steps 15, 16) merged. This is the last step; a rebase against it is a real conflict rather than an append, so Steps 19, 21, and 24 each name what they do when they land on its far side.