Skip to main content

DeviceUsageRequiredInput

No description

type DeviceUsageRequiredInput {
id: ID
input: String
output: String
date: GQLTDate
userId: ID
deviceId: ID
createdAt: GQLTDate
updatedAt: GQLTDate
device: DeviceUsageDeviceBelongsToInput
user: DeviceUsageUserBelongsToInput
}

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