class RemoveAffectedEntityFromIssueInput(val affectedEntity: ID, val issue: ID) : Input

Input for the removeAffectedEntityFromIssue mutation

Constructors

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

Properties

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

Functions

Link copied to clipboard
open fun validate()

Validates this input