Switch to Spring for GraphQL 1.0.0-SNAPSHOT

See gh-30463
This commit is contained in:
Brian Clozel
2022-03-29 15:04:28 +02:00
parent 4466a0b041
commit 93817c708e
8 changed files with 34 additions and 31 deletions

View File

@@ -47,9 +47,9 @@ import org.springframework.core.type.classreading.SimpleMetadataReaderFactory;
import org.springframework.graphql.execution.DataFetcherExceptionResolver;
import org.springframework.graphql.execution.GraphQlSource.Builder;
import org.springframework.graphql.execution.RuntimeWiringConfigurer;
import org.springframework.graphql.web.WebGraphQlHandlerInterceptor;
import org.springframework.graphql.web.WebGraphQlRequest;
import org.springframework.graphql.web.WebGraphQlResponse;
import org.springframework.graphql.server.WebGraphQlInterceptor;
import org.springframework.graphql.server.WebGraphQlRequest;
import org.springframework.graphql.server.WebGraphQlResponse;
import org.springframework.stereotype.Controller;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;
@@ -199,7 +199,7 @@ class GraphQlTypeExcludeFilterTests {
}
static class ExampleWebInterceptor implements WebGraphQlHandlerInterceptor {
static class ExampleWebInterceptor implements WebGraphQlInterceptor {
@Override
public Mono<WebGraphQlResponse> intercept(WebGraphQlRequest request, Chain chain) {