diff --git a/src/index.tsx b/src/index.tsx index d8391b3..e7fdbca 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1041,6 +1041,7 @@ export type GetShotsPagination = { export type GetUploadLinkReturn = { __typename?: "GetUploadLinkReturn"; headers: Array>; + uploadCompletionCursor?: Maybe; uploadUrl: Scalars["String"]["output"]; }; diff --git a/src/schema.gql b/src/schema.gql index 8893191..05fe5d8 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -425,6 +425,7 @@ input CreateBucketSetInput { type GetUploadLinkReturn { uploadUrl: String! headers: [Header]! + uploadCompletionCursor: Int } type Header {