class UpdateIssueBoardColumnInput(val position: OptionalInput<Double>) : UpdateNamedNodeInput

Input for the updateIssueBoardColumn mutation

Constructors

Link copied to clipboard
constructor(position: OptionalInput<Double>)

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 position: OptionalInput<Double>

Functions

Link copied to clipboard
open override fun validate()

Validates this input