class ChangeAssignmentTypeInput(val assignment: ID, val type: ID?) : Input

Input for the changeAssignmentType mutation

Constructors

Link copied to clipboard
constructor(assignment: ID, type: ID?)

Properties

Link copied to clipboard
val assignment: ID
Link copied to clipboard
val type: ID?

Functions

Link copied to clipboard
open fun validate()

Validates this input