steep-sandwich-72508
08/26/2022, 12:05 PMquery GetDashboards($textoBusca: String!) {
search(input: { count: 1000,type: DASHBOARD, query: $textoBusca}) {
searchResults {
entity {
urn
type
... on Dashboard {
tool
info {
name
description
externalUrl
}
status {
removed
}
platform {
name
}
domain {
properties{
name
}
}
}
}
}
}
}
and the info -> description is the field holding the "about" info.gentle-camera-33498
08/26/2022, 12:15 PMsteep-sandwich-72508
08/26/2022, 12:18 PMgentle-camera-33498
08/26/2022, 12:19 PMsteep-sandwich-72508
08/26/2022, 12:20 PMgentle-camera-33498
08/26/2022, 12:20 PMgentle-camera-33498
08/26/2022, 12:21 PMsteep-sandwich-72508
08/26/2022, 12:23 PMgentle-camera-33498
08/26/2022, 12:27 PMsteep-sandwich-72508
08/26/2022, 12:28 PM