Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.issue
/
CreateIssueCommentInput
CreateIssueCommentInput
class
CreateIssueCommentInput
(
val
issue
:
ID
,
val
answers
:
ID
?
,
val
body
:
String
,
val
referencedArtefacts
:
OptionalInput
<
List
<
ID
>
>
)
:
Input
Input for the createIssueComment mutation
Members
Constructors
Create
Issue
Comment
Input
Link copied to clipboard
constructor
(
issue
:
ID
,
answers
:
ID
?
,
body
:
String
,
referencedArtefacts
:
OptionalInput
<
List
<
ID
>
>
)
Properties
answers
Link copied to clipboard
val
answers
:
ID
?
body
Link copied to clipboard
val
body
:
String
issue
Link copied to clipboard
val
issue
:
ID
referenced
Artefacts
Link copied to clipboard
val
referencedArtefacts
:
OptionalInput
<
List
<
ID
>
>
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input