class AddLabelToIssueInput(val label: ID, val issue: ID) : Input

Input for the addLabelToIssue mutation

Constructors

Link copied to clipboard
constructor(label: ID, issue: ID)

Properties

Link copied to clipboard
val issue: ID
Link copied to clipboard
val label: ID

Functions

Link copied to clipboard
open fun validate()

Validates this input