Skip to content

createImplantableDeviceUserPayload

Autogenerated return type of createImplantableDeviceUser.

Fields

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

Used By

Definition

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