Inject query params into the method parameters If the schema is provided the input will be parsed with schema.
Optional
ZodType
ParameterDecorator
methoName(@Query(ProductQuerySchema) query:ProductQuery){ } Copy
methoName(@Query(ProductQuerySchema) query:ProductQuery){ }
Inject query params into the method parameters If the schema is provided the input will be parsed with schema.