OBJECT

FileType

A FileType is defined by its common extension, and a mimetype.

  • type FileType {
  • # The file extension of the file type
  • extension: String!
  • # The mimetype of the file type
  • mimetype: String!
  • }