You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to return the custom error message with concrete structure (general structure for the whole application) for the HTTP 400. In case, for example, when the user provided totally wrong request
(e.g. <app_url>/graphql)
Seems that there is no possibility to provide extensions to the graphql.servlet.AbstractGraphQLHttpServlet#AbstractGraphQLHttpServlet(java.util.List<graphql.servlet.GraphQLServletListener>, boolean) for the getHandler
Thanks for any help
The text was updated successfully, but these errors were encountered:
Hi,
I need to return the custom error message with concrete structure (general structure for the whole application) for the HTTP 400. In case, for example, when the user provided totally wrong request
(e.g. <app_url>/graphql)
Seems that there is no possibility to provide extensions to the graphql.servlet.AbstractGraphQLHttpServlet#AbstractGraphQLHttpServlet(java.util.List<graphql.servlet.GraphQLServletListener>, boolean) for the getHandler
Thanks for any help
The text was updated successfully, but these errors were encountered: