ENUM

FileTypeEnumType

Description

File types.

link GraphQL Schema definition

  • enum FileTypeEnumType {
  • # File type is report.
  • REPORT
  • # File type is unknown.
  • UNKNOWN
  • }