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' * }, * }); */