AddRecentQueryInput is an input datatype for adding a query to the list of recent queries. It's used by the addRecentQuery() mutation field.

Table: AddRecentQueryInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
endstringyes Long-TermThe end of the relative time interval for the query.
isLivebooleanyes Long-TermWhether the query is live.
optionsJSON  Long-TermAny options related to the query. JSON is a scalar.
queryArguments[InputDictionaryEntry]yes Long-TermArguments related to the recent query. See InputDictionaryEntry.
queryStringstringyes Long-TermThe query string.
startstringyes Long-TermThe start of the relative time interval for the query.
viewNamestringyes Long-TermThe name of the view.
widgetTypestring  Long-TermThe type of widget used, if one.