OBJECT
FirmwareConnection
The connection type for Firmware.
link GraphQL Schema definition
type FirmwareConnection {
A list of edges.
: [FirmwareEdge]
A list of nodes.
: [Firmware]
Information to aid in pagination.
: PageInfo!
Total count of connection edges
: Int!
}