Toggling validation on graphql Mesh #5642
csuriano23
started this conversation in
Docs Discussions
Replies: 3 comments 1 reply
-
Could you elaborate with a more clear example? What do you expect and what do you see instead? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am also stuck in the same situation. I would really appreciate an update on the thread. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thinking about the case, I see this is problematic, since probably validation on generated schema is preparatory to a correct routing between services. Maybe there is a way to catch validation exceptions and apply actions on parsed operation name / resolver |
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
-
Hi there,
I have a GraphQL endpoint served through GraphQL Mesh which applies custom logics on validation errors (logging, tracing at database, ...). Is it possible to disable for this source the validation step on GraphQL Mesh, which currently intercepts the invalid requests, preventing the microservice from doing its job?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions