DataSourceWithBackend: add internal comment for new method (#26139)

(cherry picked from commit 2b6833d0da)
This commit is contained in:
Ryan McKinley
2020-07-13 14:41:21 +02:00
committed by Andrej Ocenas
parent 763d28ad96
commit 4c27708b7b
@@ -129,6 +129,11 @@ export class DataSourceWithBackend<
/**
* Optionally augment the response before returning the results to the
*
* NOTE: this was added in 7.1 for azure, and will be removed in 7.2
* when the entire response pipeline is Observable
*
* @internal
*/
processResponse?(res: DataQueryResponse): Promise<DataQueryResponse>;