Uses of Class
org.springframework.graphql.support.AbstractGraphQlResponse
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Spring GraphQL.
-
Uses of AbstractGraphQlResponse in org.springframework.graphql.server
Modifier and TypeClassDescriptionclass
GraphQlResponse
implementation for server handling over RSocket.class
GraphQlResponse
implementation for server handling over HTTP or over WebSocket. -
Uses of AbstractGraphQlResponse in org.springframework.graphql.support
Modifier and TypeClassDescriptionclass
GraphQlResponse
for server use that wraps theExecutionResult
returned fromGraphQL
and also exposes the actualExecutionInput
instance passed into it.