OBJECT

AppNavSubLinkType

A single sublink in the navigation sidebar that consists of a link text, and a url, has a parent link

link GraphQL Schema definition

  • type AppNavSubLinkType {
  • # The text that shows for the link (ex: "Dashboard" or "Task List")
  • linkText: String!
  • # The url that the link goes to
  • url: String!
  • }