graphql-java-servlet icon indicating copy to clipboard operation
graphql-java-servlet copied to clipboard

Unable to suppress InvocationInputParseException

Open internetstaff opened this issue 2 years ago • 1 comments

Despite the work in #439 , we see InvocationInputParseException errors caused by client disconnects that are logged as ERROR by AbstractGraphQLHttpServlet.

We can provide our own GraphQLHttpServlet that stops this, but it seems like there should be a way to intercept and silence these?

internetstaff avatar Jul 20 '23 15:07 internetstaff