OBJECT

ConversationMessageAttachmentImageLink

Simple image type

link GraphQL Schema definition

  • type ConversationMessageAttachmentImageLink {
  • # Description of the image
  • description: String!
  • # Url of the image
  • url: URL!
  • }