CreateSavedQueryFromTemplateInput is an input datatype for creating a saved query from a yaml template. It's used by the createSavedQueryFromTemplate() mutation field.

Table: CreateSavedQueryFromTemplateInput

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: Jun 23, 2025
namestring  PreviewThe name for the saved query. If not provided, the template's name will be used.
viewNameRepoOrViewNameyes PreviewThe name of the view where the saved query will be created. See RepoOrViewName is a scalar.
yamlTemplatestringyes PreviewThe yaml template from which to create the saved query.