AnalyzeQueryArguments
is
used for input of arguments for analyzeQuery.
Table: AnalyzeQueryArguments
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 28, 2025 | |||||
arguments | [QueryArgumentInputType ] | yes | Short-Term | The arguments for analyzeQuery. See QueryArgumentInputType . | |
isLive | boolean | Short-Term | Whether query is for live or static data. | ||
queryString | string | yes | Short-Term | The query string for analyzeQuery. | |
rejectFunctions | [string] | yes | Short-Term | A list of function names which are disallowed when validating the query. | |
strict | boolean | yes | true | Short-Term | Whether query analysis is performed in strict mode. When true, missing query arguments are reported as validation errors, and saved query uses are validated. When false, missing query arguments and all saved query uses are not reported as errors. |
version | LanguageVersionInputType | yes | Short-Term | The version used. See LanguageVersionInputType . | |
viewName | repoOrViewName | Short-Term | The name of the view. repoOrViewName is a scalar. |