GraphQL ENUM

NotificationDocumentTypeEnum

link Definition

  • enum NotificationDocumentTypeEnum {
  • # Text
  • TXT
  • # CSV
  • CSV
  • # Key value
  • KYV
  • # XML
  • XML
  • # All
  • ALL
  • # Excel
  • XLS
  • # JSON
  • JSN
  • }