Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.issue
/
RemoveLabelFromTrackableInput
RemoveLabelFromTrackableInput
class
RemoveLabelFromTrackableInput
(
val
label
:
ID
,
val
trackable
:
ID
)
:
Input
Input for the removeLabelFromTrackable mutation
Members
Constructors
Remove
Label
From
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