AnalyzeQueryArguments is used for input of arguments for analyzeQuery.

Table: AnalyzeQueryArguments

ParameterTypeRequiredDefaultStabilityDescription
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-TermThe arguments for analyzeQuery. See QueryArgumentInputType.
isLiveboolean  Short-TermWhether query is for live or static data.
queryStringstringyes Short-TermThe query string for analyzeQuery.
rejectFunctions[string]yes Short-TermA list of function names which are disallowed when validating the query.
strictbooleanyestrueShort-TermWhether 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.
versionLanguageVersionInputTypeyes Short-TermThe version used. See LanguageVersionInputType.
viewNamerepoOrViewName  Short-TermThe name of the view. repoOrViewName is a scalar.