OBJECT

DashboardQuickLink

link GraphQL Schema definition

  • type DashboardQuickLink {
  • # Identifier of the quick link. Optional on create; assigned by the server when
  • # omitted.
  • id: UUID
  • # Target URL opened when the quick link is clicked.
  • url: String!
  • # Label shown for the quick link.
  • name: String!
  • # When true, the name is treated as a localization key and resolved to the viewer
  • # language instead of shown verbatim.
  • useLang: Boolean!
  • }