+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "QueryHint" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## QueryHint interface Signature ```typescript export interface QueryHint ``` Import ```typescript import { QueryHint } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [fix](#fix-property) | QueryFix | | | [label](#label-property) | string | | | [type](#type-property) | string | | ### fix property Signature ```typescript fix?: QueryFix; ``` ### label property Signature ```typescript label: string; ``` ### type property Signature ```typescript type: string; ```