DeviceUpdate
Update an existing Device resource.
Mutation
mutation DeviceUpdate($id: ID!, $input: DeviceUpdateInput!) {
DeviceUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See DeviceUpdateInput for input fields.
Return Type
Returns the updated Device resource.