-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
communitySomething initiated by the communitySomething initiated by the communityenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Rename/change enum names similar to renaming models https://prisma.typegraphql.com/docs/advanced/renaming-model/
Describe the solution you'd like
annotate similar to how models are done /// @@TypeGraphQL.type(name: "newName")
Describe alternatives you've considered
rebuild the enum with the desired name manually
Additional context
we have conflicts from legacy declared enums in our app and newer ones we want to use from prisma enum, but when trying to have them both we run into an error
Error: Schema must contain uniquely named types but contains multiple types named "FooEnumName".
Metadata
Metadata
Assignees
Labels
communitySomething initiated by the communitySomething initiated by the communityenhancementNew feature or requestNew feature or request