class TypeMappingInput(val oldType: ID, val newType: ID?) : Input

Input to map an old type to a new type

Constructors

Link copied to clipboard
constructor(oldType: ID, newType: ID?)

Properties

Link copied to clipboard
val newType: ID?
Link copied to clipboard
val oldType: ID

Functions

Link copied to clipboard
open fun validate()

Validates this input