OBJECT
Firmware
link GraphQL Schema definition
type Firmware implements Node {
The date when configuration was created
: ISO8601DateTime!
The file with the firmware content
: File!
The hardware type of the configuration
: FirmwareHardwareTypeEnum!
: ID!
The date when configuration was updated
: ISO8601DateTime!
The version of firmware
: String!
}