OBJECT

FileAttachment

A file attachment

link GraphQL Schema definition

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