OBJECT

File

The resulting entity of an uploaded file, supplied with meta data.

link GraphQL Schema definition

  • type File {
  • # The generated UUID key for the file
  • uuid: String
  • # The filename that was supplied during the upload
  • name: String
  • # The amount of pages that were detected in the file
  • amountOfPages: Int
  • # The comment that was supplied during the upload
  • comment: String
  • # The tags that were supplied during the upload
  • tags: [String]
  • }