File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
graphql-java-servlet/src/main/java/graphql/kickstart/servlet Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ private GraphQLInvocationInput parseInvocationInput(
62
62
HttpServletResponse response ) {
63
63
try {
64
64
GraphQLInvocationInputParser invocationInputParser =
65
- GraphQLInvocationInputParser .create (
66
- request ,
67
- configuration .getInvocationInputFactory (),
68
- configuration .getObjectMapper (),
69
- configuration .getContextSetting ());
65
+ GraphQLInvocationInputParser .create (
66
+ request ,
67
+ configuration .getInvocationInputFactory (),
68
+ configuration .getObjectMapper (),
69
+ configuration .getContextSetting ());
70
70
return invocationInputParser .getGraphQLInvocationInput (request , response );
71
71
} catch (Exception e ) {
72
72
throw new InvocationInputParseException (e );
You can’t perform that action at this time.
0 commit comments