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