Chat_File
No description
type Chat_File {
contentLength: Int!
contentType: String!
createdAt: Chat_DateTime!
creator: Chat_User!
creatorId: String!
downloadUrl: String!
id: Chat_ObjectID!
name: String!
torrent: String
updatedAt: Chat_DateTime
uploadUrl: String! @deprecated
postUploadUrl: Chat_UploadUrl!
}