Skip to content

SubTemplateInput

Input to create a SubTemplate

graphql
input SubTemplateInput {
  description: String!
  name: String!
  templateFieldSpecifications: [JSONFieldInput!]
}

Fields

SubTemplateInput.description ● String! non-null scalar

The description of the NamedNode

SubTemplateInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

SubTemplateInput.templateFieldSpecifications ● [JSONFieldInput!] list input

Additional initial templateFieldSpecifications, should be a JSON schema JSON. Must be disjoint with templateFieldSpecifications of templates this template extends.

Member Of

CreateComponentTemplateInput input ● CreateInterfaceSpecificationTemplateInput input

Released under the MIT License.