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