Package | Description |
---|---|
org.springframework.graphql |
Top level abstractions for processing GraphQL requests.
|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
org.springframework.graphql.support |
Support classes for Spring GraphQL.
|
Modifier and Type | Method and Description |
---|---|
ResponseField |
GraphQlResponse.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientResponseField
Extends
ResponseField to add options for decoding the field value. |
Modifier and Type | Method and Description |
---|---|
ResponseField |
AbstractGraphQlResponse.field(String path) |