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