CreateSavedQueryInput is an input datatype for creating a saved query. It's used by the createSavedQuery() mutation field.

Table: CreateSavedQueryInput

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
customLinkInteractions[CustomLinkInteractionInput]yes Long-TermThe custom links for interactions. See CustomLinkInteractionInput.
dashboardLinkInteractions[DashboardLinkInteractionInput]yes Long-TermThe dashboard links for interactions. See DashboardLinkInteractionInput.
endstring  Long-TermThe end point for events processed by the saved query.
isLiveboolean  Long-TermWhether the saved query uses live, streaming data.
namestringyes Long-TermThe name of the saved query to create.
optionsstring  Long-TermAny options related to the saved query.
queryStringstringyes Long-TermThe query to be used, to be saved.
searchLinkInteractions[SearchLinkInteractionInput]yes Long-TermThe search links for interactions. See SearchLinkInteractionInput.
startstring  Long-TermThe start point for events processed by the saved query.
updateParametersInteractions[UpdateParametersInteractionInput]yes Long-TermThe parameters to update for interactions. See UpdateParametersInteractionInput.
viewNamestringyes Long-TermThe name of the view associated with the saved query.
widgetTypestring  Long-TermThe type of widget to use for display the results for the saved query.