[JAVA-13976] Upgrade Spring Boot to 2.7.2 (#12603)
* [JAVA-13976] Upgrade Spring Boot to 2.7.2 * [JAVA-13976] Fix failing test due to incorrect Jackson version
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package com.baeldung.graphql.error.handling.exception;
|
||||
|
||||
import graphql.ErrorType;
|
||||
import graphql.ErrorClassification;
|
||||
import graphql.ExceptionWhileDataFetching;
|
||||
import graphql.GraphQLError;
|
||||
import graphql.language.SourceLocation;
|
||||
@@ -27,7 +27,7 @@ public class GraphQLErrorAdapter implements GraphQLError {
|
||||
}
|
||||
|
||||
@Override
|
||||
public ErrorType getErrorType() {
|
||||
public ErrorClassification getErrorType() {
|
||||
return error.getErrorType();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user