How do you enable field suggestion? #3848
Unanswered
marcellomaugeri asked this question in Q&A
Replies: 1 comment 2 replies
-
| Where do you see this "suggested field" feedback turning up. In the server error response? eg its a validation error but you want to customize it and "add suggestions"? if so, graphql-java does not allow "validation messages" to be customised albeit you could always "rewrite" all errors before sending them back out if you are determined if you mean on some client (graphiql like experience) then that seems impossible with introspection |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I would like to know what is the correct way to add field suggestions.
I have disabled the introspection, but still I would like to suggest fields which are close to others (e.g. ids similar to id).
What is the correct way to enable/implement it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions