OBJECT

AppNavLinkSectionType

A group of links under a single heading on the navigation sidebar.

link GraphQL Schema definition

  • type AppNavLinkSectionType {
  • # The heading for the link section (ex: Account or Platform)
  • heading: String!
  • # The group of links in the section
  • links: [AppNavLinkType!]!
  • }