Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
Modifier and Type | Method and Description |
---|---|
WebGraphQlResponse |
WebGraphQlResponse.transform(Consumer<WebGraphQlResponse.Builder> consumer)
Transform the underlying
ExecutionResult through a WebGraphQlResponse.Builder
and return a new instance with the modified values. |