[JAVA-14659] Downgrade Boot to 2.6.x and temporarily ignore integration tests for incompatible modules (#12708)

This commit is contained in:
Haroon Khan
2022-09-11 07:31:35 +01:00
committed by GitHub
parent ac619f1f4b
commit 66944937b5
4 changed files with 31 additions and 2 deletions
@@ -1,6 +1,6 @@
package com.baeldung.graphql.error.handling.exception;
import graphql.ErrorClassification;
import graphql.ErrorType;
import graphql.ExceptionWhileDataFetching;
import graphql.GraphQLError;
import graphql.language.SourceLocation;
@@ -27,7 +27,7 @@ public class GraphQLErrorAdapter implements GraphQLError {
}
@Override
public ErrorClassification getErrorType() {
public ErrorType getErrorType() {
return error.getErrorType();
}