Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.common
/
TypeMappingInput
TypeMappingInput
class
TypeMappingInput
(
val
oldType
:
ID
,
val
newType
:
ID
?
)
:
Input
Input to map an old type to a new type
Members
Constructors
Type
Mapping
Input
Link copied to clipboard
constructor
(
oldType
:
ID
,
newType
:
ID
?
)
Properties
new
Type
Link copied to clipboard
val
newType
:
ID
?
old
Type
Link copied to clipboard
val
oldType
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input