Tweaks for Debugging #32
@ -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"];
|
||||
};
|
||||
|
||||
|
@ -425,6 +425,7 @@ input CreateBucketSetInput {
|
||||
type GetUploadLinkReturn {
|
||||
uploadUrl: String!
|
||||
headers: [Header]!
|
||||
uploadCompletionCursor: Int
|
||||
}
|
||||
|
||||
type Header {
|
||||
|
Loading…
Reference in New Issue
Block a user