Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
org.springframework.graphql.support |
Support classes for Spring GraphQL.
|
Modifier and Type | Class and Description |
---|---|
class |
RSocketGraphQlResponse
GraphQlResponse implementation for server
handling over RSocket. |
class |
WebGraphQlResponse
GraphQlResponse implementation for server
handling over HTTP or over WebSocket. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutionGraphQlResponse
GraphQlResponse for server use that wraps the ExecutionResult
returned from GraphQL and also exposes the actual
ExecutionInput instance passed into it. |