Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Method and Description |
---|---|
ClientResponseField |
ClientGraphQlResponse.field(String path)
Navigate to the given path under the "data" key of the response map where
the path is a dot-separated string with optional array indexes.
|
ClientResponseField |
FieldAccessException.getField()
Return the field that needed to be accessed.
|
Constructor and Description |
---|
FieldAccessException(ClientGraphQlRequest request,
ClientGraphQlResponse response,
ClientResponseField field)
Constructor with the request and response, and the accessed field.
|