INPUT_OBJECT

createDosespotInput

Autogenerated input type of createDosespot

link GraphQL Schema definition

  • input createDosespotInput {
  • # The ID of the clinic
  • clinic_id: String
  • # The key of the clinic
  • clinic_key: String
  • # The ID of the Dosespot user
  • dosespot_user_id: String
  • # The ID of the user
  • user_id: ID
  • # This user is a clinic admin in dosespot
  • is_clinic_admin: Boolean
  • }