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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 18, 2024
keystringyes Long-TermThe parameter key.
valuestringyes Long-TermThe value of the parameter.