class CreateLabelInput(val color: String, val trackables: List<ID>) : CreateNamedNodeInput

Input for the createLabel mutation

Constructors

Link copied to clipboard
constructor(color: String, trackables: List<ID>)

Properties

Link copied to clipboard
Link copied to clipboard

The description of the NamedNode

Link copied to clipboard

The name of the NamedNode, must not be blank

Link copied to clipboard
val trackables: List<ID>

Functions

Link copied to clipboard
open override fun validate()

Validates this input