Uses of Interface
org.springframework.graphql.ExecutionGraphQlService
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
GraphQL client testing support.
-
Uses of ExecutionGraphQlService in org.springframework.graphql.execution
Modifier and TypeClassDescriptionclass
ExecutionGraphQlService
that uses aGraphQlSource
to obtain aGraphQL
instance and perform query execution. -
Uses of ExecutionGraphQlService in org.springframework.graphql.server
Modifier and TypeMethodDescriptionstatic WebGraphQlHandler.Builder
WebGraphQlHandler.builder
(ExecutionGraphQlService graphQlService) Provides access to a builder to create aWebGraphQlHandler
instance.ModifierConstructorDescriptionGraphQlRSocketHandler
(ExecutionGraphQlService graphQlService, List<RSocketGraphQlInterceptor> interceptors, Encoder<?> jsonEncoder) Create a new instance that handles requests through a chain of interceptors followed by the givenExecutionGraphQlService
. -
Uses of ExecutionGraphQlService in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionstatic ExecutionGraphQlServiceTester.Builder<?>
ExecutionGraphQlServiceTester.builder
(ExecutionGraphQlService service) Return a builder forExecutionGraphQlServiceTester
.ExecutionGraphQlServiceTester.create
(ExecutionGraphQlService service) Create aExecutionGraphQlServiceTester
instance.