NullableSubTemplateInput
Input to create a SubTemplate, where all templatedFieldSpecifications must allow null as value
input NullableSubTemplateInput {
  description: String!
  name: String!
  templateFieldSpecifications: [JSONFieldInput!]
}
Fields
NullableSubTemplateInput.description ● String! non-null scalar
The description of the NamedNode
NullableSubTemplateInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
NullableSubTemplateInput.templateFieldSpecifications ● [JSONFieldInput!] list input
Additional initial templateFieldSpecifications, should be a JSON schema JSON. Must be disjoint with templateFieldSpecifications of templates this template extends.