OBJECT
a referral
type Referral {# created atcreated_at: String id: ID! # The purpose of adding user to physicianreferral_reason: String # The associated referring physicianreferring_physician: ReferringPhysician # id of referred physicianreferring_physician_id: ID # updated atupdated_at: String # The associated useruser: User # id of user related to this referraluser_id: ID }