class CreateIssueBoardColumnInput(val issueBoard: ID, val position: Double) : CreateNamedNodeInput

Input for the createIssueBoardColumn mutation

Constructors

Link copied to clipboard
constructor(issueBoard: ID, position: Double)

Properties

Link copied to clipboard

The description of the NamedNode

Link copied to clipboard
val issueBoard: ID
Link copied to clipboard

The name of the NamedNode, must not be blank

Link copied to clipboard

Functions

Link copied to clipboard
open override fun validate()

Validates this input