| Package | Description |
|---|---|
| org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
| Modifier and Type | Method and Description |
|---|---|
static GraphQlClient.Builder<?> |
GraphQlClient.builder(GraphQlTransport transport)
Create a builder with the given custom
GraphQlTransport. |
protected GraphQlClient |
AbstractGraphQlClientBuilder.buildGraphQlClient(GraphQlTransport transport)
Build the default transport-agnostic client that subclasses can then wrap
with
AbstractDelegatingGraphQlClient. |