OBJECT
Message type
type Message {# The id_id: String # is the message readisRead: Boolean # The user who sent the messageuser: User # The message contentcontent: String }