class UpdateIssueBoardItemInput(val position: OptionalInput<Double>) : UpdateNodeInput

Input for the updateIssueBoardItem mutation

Constructors

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

Properties

Link copied to clipboard
var id: ID

The id of the node to update

Link copied to clipboard
val position: OptionalInput<Double>

Functions

Link copied to clipboard
open fun validate()

Validates this input