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