OBJECT

Conversation

Conversation type

link GraphQL Schema definition

  • type Conversation {
  • # The id
  • _id: String
  • # The user who started the conversation
  • user: User
  • # The operator
  • operator: User
  • # Messages of conversations
  • messages: [Message]
  • }