INPUT_OBJECT

PhysicianReferralInput

Payload for a referral

link GraphQL Schema definition

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