Skip to content

docs: rename @Query param decorator to @QueryString and document HTTP… - #3489

Open
LeoneHerbert wants to merge 1 commit into
nestjs:masterfrom
LeoneHerbert:docs/query-querystring-http-method
Open

docs: rename @Query param decorator to @QueryString and document HTTP…#3489
LeoneHerbert wants to merge 1 commit into
nestjs:masterfrom
LeoneHerbert:docs/query-querystring-http-method

Conversation

@LeoneHerbert

@LeoneHerbert LeoneHerbert commented Jul 30, 2026

Copy link
Copy Markdown

… QUERY

Reflect the breaking change from nestjs/nest#17397: @query() is now the HTTP QUERY method decorator; use @querystring() for req.query.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Docs
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

… QUERY

Reflect the breaking change from nestjs/nest#17397: @query() is now the HTTP QUERY method decorator; use @querystring() for req.query.
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

Successfully merging this pull request may close these issues.

1 participant