NewMessage (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| chatId - String! | The ID of the chat the this message was sent to | 
| message - Message! | The message object which was created and persisted as a result of the mutation | 
| pageId - String! | The page in which this message was inserted into, which is required when addressing a message. | 
type NewMessage {
  chatId: String!
  message: Message!
  pageId: String!
}