Tweaks for Debugging #32

Merged
countablecloud merged 4 commits from mk/tweeks-for-debugging into master 2024-08-13 14:43:40 -06:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 56c8bcce20 - Show all commits

View File

@ -1041,6 +1041,7 @@ export type GetShotsPagination = {
export type GetUploadLinkReturn = {
__typename?: "GetUploadLinkReturn";
headers: Array<Maybe<Header>>;
uploadCompletionCursor?: Maybe<Scalars["Int"]["output"]>;
uploadUrl: Scalars["String"]["output"];
};

View File

@ -425,6 +425,7 @@ input CreateBucketSetInput {
type GetUploadLinkReturn {
uploadUrl: String!
headers: [Header]!
uploadCompletionCursor: Int
}
type Header {