GraphQL ENUM
OperatingSystemEnum
link Definition
- enum OperatingSystemEnum {
- # Windows Vista
- # Windows 8
- # Windows 7
- # Windows 7 x64
- # Windows 11
- # Windows Server 2008
- # Windows Server 2008 x64
- # Windows Server 2008 R2
- # Windows 10
- # Windows Mobile 2003
- # Windows Mobile 5
- # Windows Mobile 6
- # Windows 98
- # Windows NT
- # Windows XP
- # Windows 3.1
- # Mac OS X
- # Windows ME
- # Windows XP x64
- # Windows 95
- # Windows Server 2003 x64
- # Windows Server 2003
- # Windows 2000
- # Windows CE/Pocket PC
- # Unix/Linux
- # Symbian OS
- # Palm OS
- # OS/2
- # Novell Netware
- # NextStep
- # Mac OS 9/Classic
- # MS DOS
- # BeOS
- }