GraphQL ENUM

OperatingSystemEnum

link Definition

  • enum OperatingSystemEnum {
  • # Windows Vista
  • WINVISTA
  • # Windows 8
  • WIN8
  • # Windows 7
  • WIN7
  • # Windows 7 x64
  • WIN7X64
  • # Windows 11
  • WIN11
  • # Windows Server 2008
  • WINSER2008
  • # Windows Server 2008 x64
  • WINSER2008X64
  • # Windows Server 2008 R2
  • WINSER2008R2
  • # Windows 10
  • WIN10
  • # Windows Mobile 2003
  • WINMOBILE2003
  • # Windows Mobile 5
  • WINMOBILE5
  • # Windows Mobile 6
  • WINMOBILE6
  • # Windows 98
  • WIN98
  • # Windows NT
  • WINNT
  • # Windows XP
  • WINXP
  • # Windows 3.1
  • WIN31
  • # Mac OS X
  • MACOSX
  • # Windows ME
  • WINME
  • # Windows XP x64
  • WINXPX64
  • # Windows 95
  • WIN95
  • # Windows Server 2003 x64
  • WINSER2003X64
  • # Windows Server 2003
  • WINSER2003
  • # Windows 2000
  • WIN2000
  • # Windows CE/Pocket PC
  • WINCE
  • # Unix/Linux
  • UNIX
  • # Symbian OS
  • SYMBIAN
  • # Palm OS
  • PALMOS
  • # OS/2
  • OS2
  • # Novell Netware
  • NOVELL
  • # NextStep
  • NEXTSTEP
  • # Mac OS 9/Classic
  • MACOS9
  • # MS DOS
  • MSDOS
  • # BeOS
  • BEOS
  • }