Skip to main content

UserDeviceOptionalInput

No description

type UserDeviceOptionalInput {
createdAt: GQLTDate
updatedAt: GQLTDate
userId: ID
deviceId: ID
user: UserDeviceUserBelongsToInput
device: UserDeviceDeviceBelongsToInput
}

Fields#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

userId (ID)#

target for user

deviceId (ID)#

target for device

user (UserDeviceUserBelongsToInput)#

This is the mutation object for UserDeviceUserBelongsTo

device (UserDeviceDeviceBelongsToInput)#

This is the mutation object for UserDeviceDeviceBelongsTo