OBJECT
A Message
type Message {album: Album author: User # Message contentcontent: String! # When the message was createdcreated_at: DateTime! file_uploads: [FileUpload!] id: ID! media: Media # When the message was readread_at: DateTime }