OBJECT

SentMessagePayload

Return type for sendMessage mutation.

link GraphQL Schema definition

  • type SentMessagePayload {
  • # Sent message object.
  • message: SentMessage
  • # List of errors that occurred executing the mutation.
  • sendMessageUserErrors: [DisplayableError!]!
  • }