Add createShotShareLink for short share links #311

Merged
dean merged 2 commits from dean/short-share-links-gql into master 2026-07-27 19:35:12 +00:00
Member

Schema and hooks regenerated with the standard pipeline (export ->
graphql-codegen -> prettier) rather than hand-edited, so schema.gql
matches what the exporter emits. That normalises some ordering drift left
by earlier hand-grafted edits, which is why the diff touches a few
unrelated declarations; the schema is semantically identical to the
backend export (verified via lexicographic_sort_schema).

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

Schema and hooks regenerated with the standard pipeline (export -> graphql-codegen -> prettier) rather than hand-edited, so schema.gql matches what the exporter emits. That normalises some ordering drift left by earlier hand-grafted edits, which is why the diff touches a few unrelated declarations; the schema is semantically identical to the backend export (verified via lexicographic_sort_schema). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
dean added 1 commit 2026-07-25 21:57:16 +00:00
Add createShotShareLink for short share links
Some checks failed
Tests / Tests (pull_request) Failing after 0s
568f7f7889
Schema and hooks regenerated with the standard pipeline (export ->
graphql-codegen -> prettier) rather than hand-edited, so schema.gql
matches what the exporter emits. That normalises some ordering drift left
by earlier hand-grafted edits, which is why the diff touches a few
unrelated declarations; the schema is semantically identical to the
backend export (verified via lexicographic_sort_schema).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
dean added 2 commits 2026-07-25 22:02:19 +00:00
Add createShotShareLink for short share links
Some checks failed
Tests / Tests (pull_request) Failing after 0s
568f7f7889
Schema and hooks regenerated with the standard pipeline (export ->
graphql-codegen -> prettier) rather than hand-edited, so schema.gql
matches what the exporter emits. That normalises some ordering drift left
by earlier hand-grafted edits, which is why the diff touches a few
unrelated declarations; the schema is semantically identical to the
backend export (verified via lexicographic_sort_schema).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Add createShotShareLink for short share links
All checks were successful
Tests / Tests (pull_request) Successful in 11s
179e8ed4e1
index.tsx is graphql-codegen output. schema.gql carries only the new
type, input and mutation field, deliberately left in the file's existing
formatting: package.json pins prettier as ^3.2.5, so a local install and
CI's yarn install can resolve different 3.x versions that disagree about
GraphQL union indentation. Committing a locally-reformatted schema.gql
makes CI's 'graphql-codegen causes no changes' check fail when its
prettier reformats it back.

The schema is verified semantically identical to the backend export via
lexicographic_sort_schema.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
dean added 1 commit 2026-07-27 19:34:24 +00:00
Merge master into short-share-links-gql
All checks were successful
Tests / Tests (pull_request) Successful in 34s
df69d154a5
gql master added Shot Lab video feed scopes and pagination
(operations-only: recorded_shots.gql + codegen output) while this branch
added createShotShareLink. The two touch disjoint parts of the generated
index.tsx, so the merge is textual only.

Verified rather than trusted: re-ran graphql-codegen after the merge and
src/index.tsx came back byte-identical (same md5), so the merged
generated file is exactly what codegen produces. Reverted prettier's
schema.gql reformat, which CI's own prettier undoes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
dean merged commit f173466b2f into master 2026-07-27 19:35:12 +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#311
No description provided.