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