How not use schema? #186
anarkrypto
started this conversation in
General
Replies: 1 comment
-
Check out this discussion and the comment I left there: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I completely understand that validate the payload is one of the fundamentals of the projects.
However, I have an application where it's already validated it in the client, so I don't want to repeat the validation
However, I would like to have other benefits like hooks, error handlers.
How can I use and type my params without schema?
I accept other suggestions. Thanks
Beta Was this translation helpful? Give feedback.
All reactions