Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Class and Description |
---|---|
class |
FieldAccessException
An exception raised on an attempt to decode data from a
failed response or a field is not present,
or has no value, checked via
ResponseField.hasValue() . |
class |
GraphQlTransportException
Exception raised by a
GraphQlTransport or used to wrap an exception
from a GraphQlTransport implementation. |
class |
SubscriptionErrorException
WebSocket
GraphQlTransportException raised when a subscription
ends with an "error" message. |
class |
WebSocketDisconnectedException
WebSocket related
GraphQlTransportException raised when the connection
is closed while a request or subscription is in progress. |