index change from just gql
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2026-02-18 16:50:20 -08:00
parent 1c6fef9de0
commit 5030ff560d

View File

@@ -13245,6 +13245,7 @@ export type CreateUploadStreamMutationFn = Apollo.MutationFunction<
* const [createUploadStreamMutation, { data, loading, error }] = useCreateUploadStreamMutation({
* variables: {
* videoMetadataInput: // value for 'videoMetadataInput'
* expectedDurationSeconds: // value for 'expectedDurationSeconds'
* },
* });
*/