GraphQL OBJECT

OperatingSystem

Operating system for which the product is available.

link Definition

  • type OperatingSystem {
  • # Unique identifier for an operating system
  • id: OperatingSystemEnum
  • # Name of the operating system
  • name: String!
  • }