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