Skip to content

Commit 47cc9b8

Browse files
committed
fix: update server-test schema snapshot with status field
1 parent 5d61856 commit 47cc9b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

graphql/server-test/__tests__/__snapshots__/schema-snapshot.test.ts.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,11 @@ type RequestUploadUrlPayload {
21062106
21072107
"""Presigned URL expiry time (null if deduplicated)"""
21082108
expiresAt: Datetime
2109+
2110+
"""
2111+
File status — 'pending' for fresh uploads, 'ready' or 'processed' for deduplicated files. Clients can use this to know immediately whether the file is usable.
2112+
"""
2113+
status: String!
21092114
}
21102115
21112116
input ConfirmUploadInput {

0 commit comments

Comments
 (0)