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!
}
Fields
Chat_File.contentLength ● Int! non-null scalar
Chat_File.contentType ● String! non-null scalar
Chat_File.createdAt ● Chat_DateTime! non-null scalar
Chat_File.creator ● Chat_User! non-null object
Chat_File.creatorId ● String! non-null scalar
Chat_File.downloadUrl ● String! non-null scalar
Chat_File.id ● Chat_ObjectID! non-null scalar
Chat_File.name ● String! non-null scalar
Chat_File.torrent ● String scalar
Chat_File.updatedAt ● Chat_DateTime scalar
Chat_File.uploadUrl ● String! deprecated non-null scalar
DEPRECATED
Use postUploadUrl instead
Chat_File.postUploadUrl ● Chat_UploadUrl! non-null object
Member Of
Chat_Channel object ● Chat_MessageFile object