OBJECT

FirmwareConnection

The connection type for Firmware.

link GraphQL Schema definition

type FirmwareConnection {

A list of edges.
edges: [FirmwareEdge]

A list of nodes.
nodes: [Firmware]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}

link Required by