country

@SchemaMapping(field = "country", typeName = "Query")
fun country(@Argument id: UUID? = null, @Argument alpha2: String? = null, @Argument alpha3: String? = null): CountryDto?