OBJECT

Message

Message type

link GraphQL Schema definition

  • type Message {
  • # The id
  • _id: String
  • # is the message read
  • isRead: Boolean
  • # The user who sent the message
  • user: User
  • # The message content
  • content: String
  • }