Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpGraphQlClient
GraphQL over HTTP client that uses
WebClient . |
interface |
WebSocketGraphQlClient
GraphQL over WebSocket client that uses
WebSocketClient . |
Modifier and Type | Method and Description |
---|---|
WebGraphQlClient |
WebGraphQlClient.Builder.build()
Build a
WebGraphQlClient instance. |