Move DataFetcherExceptionResolver to execution
DataFetcherExceptionResolver and ErrorType are better in the execution package next to where they're used.
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.core.io.ResourceLoader;
|
||||
import org.springframework.graphql.DataFetcherExceptionResolver;
|
||||
import org.springframework.graphql.execution.DataFetcherExceptionResolver;
|
||||
import org.springframework.graphql.execution.GraphQLSource;
|
||||
|
||||
@Configuration
|
||||
|
||||
Reference in New Issue
Block a user