ArgumentInput is an input datatype for providing key/value pairs of data for arguments. It's used by three other datatypes: DashboardLinkInteractionInput; SearchLinkInteractionInput; and UpdateParametersInteractionInput.

These datatypes are used by a few other datatypes: CreateDashboardLinkInteractionInput; CreateSavedQueryInput; UpdateSavedQueryInput; UpdateSavedQueryInput; UpdateSearchLinkInteractionInput. They don't all use all of these sub-datatypes, though.

Those sub-datatypes are used ultimately by the createSavedQuery(), updateDashboard(), and updateSavedQuery() mutation fields — but not by all of these sub-datatypes.

Table: ArgumentInput

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
suggestedAlertTypeSuggestedAlertTypeInfo  Long-TermSuggested type of alert to use for the given query. Returns null if no suitable alert type could be suggested. The given query is not guaranteed to be valid for the suggested alert type. See SuggestedAlertTypeInfo.
validateQueryQueryValidationInfoyes Long-TermCheck if the given query contains any errors or warnings when used in a standard search context. See QueryValidationInfo.