| Package | Description |
|---|---|
| org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>
Base builder for GraphQL clients over a Web transport.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.
|
static interface |
WebSocketGraphQlClient.Builder<B extends WebSocketGraphQlClient.Builder<B>>
Builder for a GraphQL over WebSocket client.
|
| Modifier and Type | Method and Description |
|---|---|
WebGraphQlClient.Builder<?> |
WebGraphQlClient.mutate() |