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