OBJECT

Firmware

link GraphQL Schema definition

type Firmware implements Node {

The date when configuration was created
createdAt: ISO8601DateTime!

The file with the firmware content
file: File!

The hardware type of the configuration
hardwareType: FirmwareHardwareTypeEnum!

id: ID!

The date when configuration was updated
updatedAt: ISO8601DateTime!

The version of firmware
version: String!

}