Skip to main content

DeviceUsage

device-usage

type DeviceUsage implements Node {
id: ID!
input: String!
output: String!
date: GQLTDate!
userId: ID!
deviceId: ID!
createdAt: GQLTDate!
updatedAt: GQLTDate!
device: Device
user: User
}

Fields#

id (ID!)#

The ID of an object

input (String!)#

represents the total number of input by bytes made to the network by the device

output (String!)#

represents the total number of output by bytes made to the network by the device

date (GQLTDate!)#

define the timestamp where the event occurs

userId (ID!)#

The ID of an object

deviceId (ID!)#

The ID of an object

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

device (Device)#

user (User)#

Interfaces#

Node#

An object with an ID