OBJECT
A single sublink in the navigation sidebar that consists of a link text, and a url, has a parent link
type AppNavSubLinkType {# The text that shows for the link (ex: "Dashboard" or "Task List")linkText: String! # The url that the link goes tourl: String! }