class UpdateInterfaceSpecificationTemplateInput(val shapeRadius: OptionalInput<Double?>, val shapeType: OptionalInput<ShapeType>) : UpdateNamedNodeInput

Input for the updateInterfaceSpecificationTemplate mutation

Constructors

constructor(shapeRadius: OptionalInput<Double?>, shapeType: OptionalInput<ShapeType>)

Properties

Link copied to clipboard
var description: OptionalInput<String>

The description of the NamedNode

Link copied to clipboard
var id: ID

The id of the node to update

Link copied to clipboard
var name: OptionalInput<String>

The new name of the NamedNode, must not be empty

Link copied to clipboard
val shapeRadius: OptionalInput<Double?>
Link copied to clipboard
val shapeType: OptionalInput<ShapeType>

Functions

Link copied to clipboard
open override fun validate()

Validates this input