DeviceConnection
No description
type DeviceConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [DeviceEdge]
}
Fields
DeviceConnection.count ● Int scalar
DeviceConnection.offset ● Int scalar
DeviceConnection.pagesize ● Int scalar
DeviceConnection.first ● ID scalar
DeviceConnection.previous ● ID scalar
DeviceConnection.next ● ID scalar
DeviceConnection.last ● ID scalar
DeviceConnection.edges ● [DeviceEdge] list object
Returned By
DeviceConection query
Member Of
DeviceConnectionType object