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.
-
Uses of ExecutionGraphQlService in org.springframework.graphql.execution
Classes in org.springframework.graphql.execution that implement ExecutionGraphQlServiceModifier and TypeClassDescriptionclassExecutionGraphQlServicethat uses aGraphQlSourceto obtain aGraphQLinstance 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.BuilderWebGraphQlHandler.builder(ExecutionGraphQlService graphQlService) Provides access to a builder to create aWebGraphQlHandlerinstance.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.