-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
TranslationsThis concerns the Translations PackageThis concerns the Translations PackageenhancementNew feature or requestNew feature or request
Description
Currently, we have to explicitely declare all the translated types during the schema building. The Package should be able to register these types automatically, for example via a type interceptor.
services
.AddRouting()
.AddGraphQLServer()
.AddTranslation(c => c
.AddTranslatableType<HairColor>() // we should not have to do this, a TypeInterceptor could possibly do this automatically
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TranslationsThis concerns the Translations PackageThis concerns the Translations PackageenhancementNew feature or requestNew feature or request