class RemoveArtefactFromIssueInput(val artefact: ID, val issue: ID) : Input

Input for the removeArtefactFromIssue mutation

Constructors

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

Properties

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

Functions

Link copied to clipboard
open fun validate()

Validates this input