INPUT_OBJECT

createDosespotClinicianInput

Autogenerated input type of createDosespotClinician

link GraphQL Schema definition

  • input createDosespotClinicianInput {
  • # Required
  • business_address: String
  • # Required
  • city: String
  • # Required
  • date_of_birth: String
  • # Required when role is prescribing provider and prescribe_controlled_substances
  • # checked
  • dea_number: String
  • # Required for prescribing provider
  • eligible_prescribe_medications: Boolean
  • # Required
  • fax_number: String
  • # Required
  • full_name: String
  • # Required for prescribing provider
  • npi_number: String
  • prescribe_controlled_substances: Boolean
  • # Required. Dosespot user role (Prescribing Provider: 1, Proxy: 6)
  • role: Int
  • # Required
  • state: String
  • # Required
  • work_phone_number: String
  • # Required
  • zip: String
  • }