address
address
/
de.fenste.ms.address.application.controllers
/
CountryController
/
updateCountry
update
Country
@
SchemaMapping
(
field
=
"updateCountry"
,
typeName
=
"Mutation"
)
fun
updateCountry
(
@
Argument
id
:
UUID
,
@
Argument
country
:
CountryInputDto
)
:
CountryDto