Uses of Class
org.springframework.graphql.server.WebGraphQlResponse.Builder
Packages that use WebGraphQlResponse.Builder
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of WebGraphQlResponse.Builder in org.springframework.graphql.server
Method parameters in org.springframework.graphql.server with type arguments of type WebGraphQlResponse.BuilderModifier and TypeMethodDescriptionWebGraphQlResponse.transform
(Consumer<WebGraphQlResponse.Builder> consumer) Transform the underlyingExecutionResult
through aWebGraphQlResponse.Builder
and return a new instance with the modified values.