Uses of Class
org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Spring GraphQL.
-
Uses of DefaultExecutionGraphQlResponse.Builder in org.springframework.graphql.server
Modifier and TypeClassDescriptionstatic final class
Builder to transform aRSocketGraphQlResponse
.static final class
Builder to transform aWebGraphQlResponse
. -
Uses of DefaultExecutionGraphQlResponse.Builder in org.springframework.graphql.support
Modifier and TypeClassDescriptionstatic class
DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,
R>, R extends ExecutionGraphQlResponse> Builder to transform the response'sExecutionResult
.Modifier and TypeMethodDescriptionSet thedata
of the GraphQL execution result.DefaultExecutionGraphQlResponse.Builder.errors
(List<GraphQLError> errors) Set theerrors
of the GraphQL execution result.DefaultExecutionGraphQlResponse.Builder.extensions
(Map<Object, Object> extensions) Set theextensions
of the GraphQL execution result.