Reuse validators for non-graphql methods #1388
Unanswered
rohit-gohri
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Just use |
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
-
I have some REST api routes that take the same input as some of my resolvers, and I was wondering if there is a way I can just reuse the InputType class to validate the payloads?
Beta Was this translation helpful? Give feedback.
All reactions