OBJECT

DeviceConnection

The connection type for Device.

link GraphQL Schema definition

type DeviceConnection {

A list of edges.
edges: [DeviceEdge]

A list of nodes.
nodes: [Device]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}