INPUT_OBJECT

updateCarePlanInput

Autogenerated input type of updateCarePlan

link GraphQL Schema definition

  • input updateCarePlanInput {
  • description: String
  • doc_id: ID
  • from_template: Boolean
  • id: ID
  • is_creating: Boolean
  • is_hidden: Boolean
  • is_managing_templates: Boolean
  • is_template: Boolean
  • is_updating: Boolean
  • name: String
  • new_patient_id: ID
  • # DEPRECATED. Use BulkUpdateCarePlanUsers mutation for bulk notifications(group
  • # care plan) or Notify mutation if you want to trigger email for specific user
  • notify_client_by_email: Boolean
  • user_group_id: ID
  • }