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