ClientPortalSetting
A client portal setting
Fields
view_and_create_journal_entries
· Boolean!
· required · Whether the client can view and create journal entries view_and_purchase_packages
· Boolean!
· required · Whether the client can view and purchase packages Used By
Definition
"""A client portal setting"""type ClientPortalSetting { """ Whether the client can chat with the provider """ chat_with_provider: Boolean!
""" The unique identifier of the setting """ id: ID!
""" Whether the client can schedule appointments """ schedule_appointments: Boolean!
""" Whether the client can view and complete forms """ view_and_complete_forms: Boolean!
""" Whether the client can view and create goals """ view_and_create_goals: Boolean!
""" Whether the client can view and create journal entries """ view_and_create_journal_entries: Boolean!
""" Whether the client can view and pay bills """ view_and_pay_bills: Boolean!
""" Whether the client can view and purchase packages """ view_and_purchase_packages: Boolean!
""" Whether the client can view and upload documents """ view_and_upload_documents: Boolean!}