Skip to content

updateImplantableDeviceUserPayload

Autogenerated return type of updateImplantableDeviceUser.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateImplantableDeviceUser.
"""
type updateImplantableDeviceUserPayload {
implantable_device_user: ImplantableDeviceUser
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}