Is there an existing issue for this?
Current behavior
Schema refs are missing for query parameters with @apiquery() or @query(), and each schema is inlined, unlike @ApiBody() or @Body() decorators
Minimum reproduction code
https://github.com/erdysson/nest-swagger-bug-report
Steps to reproduce
No response
Expected behavior
If the schema already exists, it should be referenced correctly instead of inlined.
Package version
11.2.3
NestJS version
11.1.9
Node.js version
24.11.0
In which operating systems have you tested?
Other
No response