Skip to content

PhysicianReferralInput

Payload for a referral

Fields

_destroy · Boolean · If the referral should be destroyed
id · ID · The ID of the referral
referral_reason · String · The reason for the referral
user_id · ID · The ID of the user

Used By

Definition

"""
Payload for a referral
"""
input PhysicianReferralInput {
"""
If the referral should be destroyed
"""
_destroy: Boolean
"""
The ID of the referral
"""
id: ID
"""
The reason for the referral
"""
referral_reason: String
"""
The ID of the user
"""
user_id: ID
}