add stream type to get shost for playlist

This commit is contained in:
2025-05-08 13:44:58 -07:00
parent 00cca10cb3
commit 9ee5c721c1
2 changed files with 59 additions and 0 deletions

View File

@@ -185,6 +185,13 @@ fragment ShotWithAllFeatures on ShotGQL {
}
notes
}
video {
id
stream {
id
streamSegmentType
}
}
}
mutation EditShot($shotId: Int!, $fieldsToEdit: EditableShotFieldInputGQL!) {