Skip unknown field in the query instead of validation error #7491
Unanswered
msneijders
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.
-
Is it possible to let hotchocolate ignore an unknown field when executing a query, as if it was never selected in this query, or let it be handled by a predefined resolver, instead of throwing a validation error like "The field 'xxx' does not exist on type 'yyy'."?
Context is: my client app can sometimes be a version ahead of my backend (i.e. a rollback of backend to a previous version in production)
Beta Was this translation helpful? Give feedback.
All reactions