mirror of https://github.com/grafana/grafana.git
838 B
838 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "toDataQueryResponse" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++
toDataQueryResponse() function
toDataQueryResponse() function
Parse the results from `/api/ds/query
Signature
export declare function toDataQueryResponse(res: any): DataQueryResponse;
Import
import { toDataQueryResponse } from '@grafana/runtime';
Parameters
Parameter | Type | Description |
---|---|---|
res | any |
Returns:
DataQueryResponse