| Package | Description |
|---|---|
| org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
| Modifier and Type | Method and Description |
|---|---|
HttpGraphQlClient |
HttpGraphQlClient.Builder.build()
Build the
HttpGraphQlClient instance. |
static HttpGraphQlClient |
HttpGraphQlClient.create(WebClient webClient)
Create an
HttpGraphQlClient that uses the given WebClient. |