Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.issue
/
AddLabelToIssueInput
AddLabelToIssueInput
class
AddLabelToIssueInput
(
val
label
:
ID
,
val
issue
:
ID
)
:
Input
Input for the addLabelToIssue mutation
Members
Constructors
Add
Label
To
Issue
Input
Link copied to clipboard
constructor
(
label
:
ID
,
issue
:
ID
)
Properties
issue
Link copied to clipboard
val
issue
:
ID
label
Link copied to clipboard
val
label
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input