Skip to content

createImplantableDeviceUserPayload

Autogenerated return type of createImplantableDeviceUser.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createImplantableDeviceUser.
"""
type createImplantableDeviceUserPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
implantable_device_user: ImplantableDeviceUser
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}