InputDictionaryEntry is an input datatype for providing key/value pairs for query arguments. It's used by another input datatype, by AddRecentQueryInput, which is used by the addRecentQuery() mutation field.

Table: InputDictionaryEntry

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 18, 2024
keystringyes Long-TermThe parameter key.
valuestringyes Long-TermThe value of the parameter.