-
Notifications
You must be signed in to change notification settings - Fork 517
Open
Labels
Description
Is there an existing issue that is already proposing this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe it
When trying to see what string values are available for @ApiQuery's type key, nothing pops up.

But when trying out with @ApiProperty, it shows the string values as expected.

Describe the solution you'd like
Showing the possible string values for @ApiQuery's type key similar to @ApiProperty behavior.
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
To provide type safety.