PhysicianReferralInput
Payload for a referral
Fields
referral_reason
· String
· The reason for the referral 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}