INPUT_OBJECT

ReferralInput

Payload for a referral

link GraphQL Schema definition

  • 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
  • }