GetAllDevicesOutput
The output data of the get all devices process
type GetAllDevicesOutput {
devices: [Device!]!
totalCount: Float!
}
Fields
GetAllDevicesOutput.devices
● [Device!]!
non-null object
The list of devices
GetAllDevicesOutput.totalCount
● Float!
non-null scalar
The total count of devices
Returned By
getAllDevices
query