GraphQL input field validation against DB values #2349
Unanswered
skumaravelan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we write mutation, would like to validate the input fields ensure that few field value confirm to foreign key constraints. How ensure that mutations are followed by query, for example, when you want to update an entity using mutation. How I could intercept the mutation calls and validate before the call reaches resolver. Any pointer on this?
Beta Was this translation helpful? Give feedback.
All reactions