UpdateDeviceInput
The data required to update a device
input UpdateDeviceInput {
id: String
name: String
}
Fields
UpdateDeviceInput.id ● String scalar
The ID of the device to update
UpdateDeviceInput.name ● String scalar
The new name of the device
Member Of
updateDevice mutation