v0.24.0 Release Notes #972
doug-martin
started this conversation in
Releases
Replies: 1 comment 1 reply
-
Awesome! 🥳 Thanks @doug-martin Scott |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.24.0
Typegoose Support!
@nestjs-query/query-typegoose
persistence package. Thank you @JohnMcInall @smolinari. Check out the docs hereDisabling
and
/or
filters on DTO queries.To enable setting this option a new
@QueryOptions
decorator was introduced to allow specifying all query related options along side the DTO, instead of splitting the configuration between the resolver andDTO
. The new@QueryOptions
provides a few benefits.Examples:
Disabling
or
filtersDisabling
and
filters:Disabling both
and
/or
filters:This example shows the other options you can specify using the
@QueryOptions
Decorator instead of passing them to the resolver.Beta Was this translation helpful? Give feedback.
All reactions