Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swagger gen does not pick up enum type for @TypedQuery #1199

Open
hansinator opened this issue Jan 22, 2025 · 1 comment
Open

Swagger gen does not pick up enum type for @TypedQuery #1199

hansinator opened this issue Jan 22, 2025 · 1 comment

Comments

@hansinator
Copy link

I am using enums in my query DTOs and the generated swagger json includes oneof keys for my enums, but the generated website just offers a string entry. The original swagger generator from nestjs offered a selection box to select one of the enum keys. Could you add this?

@samchon
Copy link
Owner

samchon commented Jan 24, 2025

Can you give me a reproducible repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants