OBJECT

ClientPortalSetting

A client portal settings

link GraphQL Schema definition

  • type ClientPortalSetting {
  • # Chat with provider
  • chat_with_provider: Boolean!
  • # The unique identifier of the setting
  • id: ID!
  • # If the client can schedule appointments
  • schedule_appointments: Boolean!
  • # If the client can view and complete forms
  • view_and_complete_forms: Boolean!
  • # If the client can view and create goals
  • view_and_create_goals: Boolean!
  • # If the client can view and create journal entries
  • view_and_create_journal_entries: Boolean!
  • # If the client can view and pay bills
  • view_and_pay_bills: Boolean!
  • # If the client can view and purchase packages
  • view_and_purchase_packages: Boolean!
  • # If the client can view and upload documents
  • view_and_upload_documents: Boolean!
  • }