OBJECT
ClientPortalSetting
A client portal settings
link GraphQL Schema definition
- type ClientPortalSetting {
- # Chat with provider
- Boolean! :
- # The unique identifier of the setting
- ID! :
- # If the client can schedule appointments
- Boolean! :
- # If the client can view and complete forms
- Boolean! :
- # If the client can view and create goals
- Boolean! :
- # If the client can view and create journal entries
- Boolean! :
- # If the client can view and pay bills
- Boolean! :
- # If the client can view and purchase packages
- Boolean! :
- # If the client can view and upload documents
- Boolean! :
- }