Add query library behind dev-mode-only feature flag (#55947)

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
Co-authored-by: drew08t <drew08@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Artur Wierzbicki
2022-11-30 15:33:40 -08:00
committed by GitHub
co-authored by nmarrs Adela Almasan drew08t Ryan McKinley
parent 14a080ec12
commit 009d65b794
37 changed files with 2371 additions and 6 deletions
@@ -11,6 +11,8 @@ export interface SearchQuery {
location?: string;
sort?: string;
ds_uid?: string;
ds_type?: string;
saved_query_uid?: string; // TODO: not implemented yet
tags?: string[];
kind?: string[];
panel_type?: string;