Skip to content

updateReferringPhysicianPayload

Autogenerated return type of updateReferringPhysician.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateReferringPhysician.
"""
type updateReferringPhysicianPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
referring_physician: ReferringPhysician
}