From 5030ff560ddbab3f615b19e6e1f8df8c47eb7f2b Mon Sep 17 00:00:00 2001 From: Loewy Date: Wed, 18 Feb 2026 16:50:20 -0800 Subject: [PATCH] index change from just gql --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index daaa42b..e47766c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -13245,6 +13245,7 @@ export type CreateUploadStreamMutationFn = Apollo.MutationFunction< * const [createUploadStreamMutation, { data, loading, error }] = useCreateUploadStreamMutation({ * variables: { * videoMetadataInput: // value for 'videoMetadataInput' + * expectedDurationSeconds: // value for 'expectedDurationSeconds' * }, * }); */