DataSource: don't filter hidden queries automatically (#20088)

This commit is contained in:
Ryan McKinley
2019-10-30 09:51:13 -07:00
committed by GitHub
parent e940edc79f
commit 2bb4684741
10 changed files with 22 additions and 33 deletions
@@ -109,13 +109,6 @@ export interface DataSourcePluginMeta extends PluginMeta {
queryOptions?: PluginMetaQueryOptions;
sort?: number;
streaming?: boolean;
/**
* By default, hidden queries are not passed to the datasource
* Set this to true in plugin.json to have hidden queries passed to the
* DataSource query method
*/
hiddenQueries?: boolean;
}
interface PluginMetaQueryOptions {