Skip to content

ReferralInput

Payload for a referral

Fields

_destroy · Boolean · If true, the referral will be deleted
id · ID · The ID of the referral
referring_physician · ReferringPhysicianInput · The referring physician object
referring_physician_id · ID · The ID of the referring physician

Used By

Definition

"""
Payload for a referral
"""
input ReferralInput {
"""
If true, the referral will be deleted
"""
_destroy: Boolean
"""
The ID of the referral
"""
id: ID
"""
The referring physician object
"""
referring_physician: ReferringPhysicianInput
"""
The ID of the referring physician
"""
referring_physician_id: ID
}