Uses of Interface
org.springframework.graphql.ExecutionGraphQlService
Packages that use 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
Classes in org.springframework.graphql.execution that implement ExecutionGraphQlServiceModifier and TypeClassDescriptionclass
ExecutionGraphQlService
that uses aGraphQlSource
to obtain aGraphQL
instance and perform query execution. -
Uses of ExecutionGraphQlService in org.springframework.graphql.server
Methods in org.springframework.graphql.server with parameters of type ExecutionGraphQlServiceModifier and TypeMethodDescriptionstatic WebGraphQlHandler.Builder
WebGraphQlHandler.builder
(ExecutionGraphQlService graphQlService) Provides access to a builder to create aWebGraphQlHandler
instance.Constructors in org.springframework.graphql.server with parameters of type ExecutionGraphQlServiceModifierConstructorDescriptionGraphQlRSocketHandler
(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
Methods in org.springframework.graphql.test.tester with parameters of type ExecutionGraphQlServiceModifier and TypeMethodDescriptionstatic ExecutionGraphQlServiceTester.Builder<?>
ExecutionGraphQlServiceTester.builder
(ExecutionGraphQlService service) Return a builder forExecutionGraphQlServiceTester
.ExecutionGraphQlServiceTester.create
(ExecutionGraphQlService service) Create aExecutionGraphQlServiceTester
instance.