DeviceUsageOptionalInput
No description
Fields#
id (ID)#
This a primary key for DeviceUsage
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)#
Shows the user that owns the device
deviceId (ID)#
Shows the device that is associated the usage
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
device (DeviceUsageDeviceBelongsToInput)#
This is the mutation object for DeviceUsageDeviceBelongsTo
user (DeviceUsageUserBelongsToInput)#
This is the mutation object for DeviceUsageUserBelongsTo