INPUT_OBJECT

UpdateCustomNavItemInputs

Updating CustomSidebarOverride Inputs

link GraphQL Schema definition

  • input UpdateCustomNavItemInputs {
  • # Append current user ID to Custom Navigation Sidebar Item
  • append_current_user_id: Boolean
  • # Icon of the image that will display on the Custom Navigation Sidebar Item
  • icon: String
  • # If Custom Navigation Sidebar Item displays for Providers
  • is_provider_side: Boolean
  • # Label of Custom Navigation Sidebar Item
  • label: String
  • # Location of Custom Navigation Sidebar Items
  • nav_section: String
  • # If the Custom Navigation Sidebar Item will open in an iframe within the Healthie
  • # UI
  • open_in_iframe: Boolean
  • # Position number for setting a specific nav link order
  • position: Int
  • # If Custom Navigation Sidebar Item is restricted to a User Group
  • restrict_to_user_group: Boolean
  • # If Custom Navigation Sidebar Item is displayed
  • show: Boolean
  • # The link to the custom icon that will be displayed on the Custom Navigation
  • # Sidebar Item
  • svg_url: String
  • # If Custom Navigation Sidebar Item should open in new tab
  • target: String
  • # The link that the Custom Navigation Sidebar Item will direct to
  • url: String
  • # User Group ID that sees the Custom Navigation Sidebar Item
  • user_group_id: String
  • }