mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Move QueryData method into backend plugin manager which HandleRequest uses to query data from plugin SDK supported data sources. This allowed us to remove a lot of code no longer needed. Ref #21510 Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>