freeboard
    Preparing search index...
    default: "\n type DatasourceTypeCount {\n type: String!\n count: Int!\n }\n\n type DatasourceDiagnostics {\n totalDashboards: Int!\n totalDatasources: Int!\n credentialBoundDatasources: Int!\n externalDashboardDatasources: Int!\n invalidDatasources: Int!\n typeCounts: [DatasourceTypeCount!]!\n }\n\n extend type Query {\n adminDatasourceDiagnostics: DatasourceDiagnostics!\n }\n"