PrivateFile
Last edit: Nov 10, 2025
No description
type PrivateFile {
content_type: String
created_at: JSONDate
file_name: String
id: ID
name: String
size_bytes: Int
url(expires_in: Int = 900): String
}
Fields
content_type (String)
created_at (JSONDate)
file_name (String)
id (ID)
name (String)
size_bytes (Int)
url (String)
-
expires_in(Int)
Number of seconds before presigned URL expires. Max value is one week (604800)