UpdateSavedQueryFromTemplateInput is an input datatype for updating a saved query from a YAML template. It's used by the updateSavedQueryFromTemplate() mutation field.

Table: UpdateSavedQueryFromTemplateInput

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 23, 2025
idstringyes PreviewThe unique identifier of the saved query to update.
viewNameRepoOrViewNameyes PreviewThe name of the view where the saved query is located. RepoOrViewName is a scalar.
yamlTemplateYAMLyes PreviewThe yaml specification of the saved query. YAML is a scalar.