ENUM

OsType

Description

Type of the Operating System.

link GraphQL Schema definition

  • enum OsType {
  • # Linux Operating System.
  • LINUX
  • # An Operating System other than Linux or Windows.
  • OTHER
  • # The Operating System is not defined.
  • UNDEFINED
  • # Windows Operating System.
  • WINDOWS
  • }