You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I propose to add an additional param to decorator Query.
Like this @Query('someParam', 1) where 1 is default value for someParam.
Your result service method will be
Such code as following (with default value) is not working:
Only tricky implementation will work for now, like:
The text was updated successfully, but these errors were encountered: