OBJECT

ImageAttachment

An image attachment

link GraphQL Schema definition

  • type ImageAttachment {
  • # Name of the image
  • fileName: String!
  • # Mime Type of the image
  • mimeType: String!
  • # Url of the image
  • url: URI!
  • }