Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.issue
/
CreateAssignmentInput
CreateAssignmentInput
class
CreateAssignmentInput
(
val
issue
:
ID
,
val
user
:
ID
,
val
assignmentType
:
ID
?
)
:
Input
Input for the createAssignment mutation
Members
Constructors
Create
Assignment
Input
Link copied to clipboard
constructor
(
issue
:
ID
,
user
:
ID
,
assignmentType
:
ID
?
)
Properties
assignment
Type
Link copied to clipboard
val
assignmentType
:
ID
?
issue
Link copied to clipboard
val
issue
:
ID
user
Link copied to clipboard
val
user
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input