CreateParserFromTemplateInput is an input datatype for creating a parser from a yaml template. It's used by the createParserFromTemplate() mutation field.

Table: CreateParserFromTemplateInput

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
namestringyes Long-TermName of the parser.
viewNameRepoOrViewNameyes Long-TermName of the view of the parser. RepoOrViewName is a scalar.
yamlTemplateYAMLyes Long-TermThe yaml specification of the parser. YAML is a scalar.