Move DataFetcherExceptionResolver to execution

DataFetcherExceptionResolver and ErrorType are better in the
execution package next to where they're used.
This commit is contained in:
Rossen Stoyanchev
2021-05-14 18:29:43 +01:00
parent 1a4ef20f8a
commit 20b8a664bd
7 changed files with 3 additions and 9 deletions

View File

@@ -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