INPUT_OBJECT
UpdateCustomNavItemInputs
Updating CustomSidebarOverride Inputs
link GraphQL Schema definition
- input UpdateCustomNavItemInputs {
- # Append current user ID to Custom Navigation Sidebar Item
- Boolean :
- # Icon of the image that will display on the Custom Navigation Sidebar Item
- String :
- # If Custom Navigation Sidebar Item displays for Providers
- Boolean :
- # Label of Custom Navigation Sidebar Item
- String :
- # Location of Custom Navigation Sidebar Items
- String :
- # If the Custom Navigation Sidebar Item will open in an iframe within the Healthie
- # UI
- Boolean :
- # Position number for setting a specific nav link order
- Int :
- # If Custom Navigation Sidebar Item is restricted to a User Group
- Boolean :
- # If Custom Navigation Sidebar Item is displayed
- Boolean :
- # The link to the custom icon that will be displayed on the Custom Navigation
- # Sidebar Item
- String :
- # If Custom Navigation Sidebar Item should open in new tab
- String :
- # The link that the Custom Navigation Sidebar Item will direct to
- String :
- # User Group ID that sees the Custom Navigation Sidebar Item
- String :
- }