GraphQL OBJECT
OperatingSystem
Operating system for which the product is available.
link Definition
- type OperatingSystem {
- # Unique identifier for an operating system
- : OperatingSystemEnum
- # Name of the operating system
- : String
- }
GraphQL OBJECT
Operating system for which the product is available.
- type OperatingSystem {
- # Unique identifier for an operating system
- : OperatingSystemEnum
- # Name of the operating system
- : String
- }