Skip to content

updateReferringPhysicianPayload

Autogenerated return type of updateReferringPhysician.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateReferringPhysician.
"""
type updateReferringPhysicianPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
referring_physician: ReferringPhysician
}