Skip to content

updateImplantableDeviceUser

Update Implantable Device User association

Arguments

input · updateImplantableDeviceUserInput · Parameters for updateImplantableDeviceUser

Returns

updateImplantableDeviceUserPayload

Example

mutation updateImplantableDeviceUser($input: updateImplantableDeviceUserInput) {
updateImplantableDeviceUser(input: $input) {
implantable_device_user
messages
}
}