public interface WebGraphQlClient extends GraphQlClient
GraphQlClient
extensions.
Defines a builder with common configuration for both transports.Modifier and Type | Interface and Description |
---|---|
static interface |
WebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>
Base builder for GraphQL clients over a Web transport.
|
GraphQlClient.RequestSpec, GraphQlClient.RetrieveSpec, GraphQlClient.RetrieveSubscriptionSpec
Modifier and Type | Method and Description |
---|---|
WebGraphQlClient.Builder<?> |
mutate()
Return a builder initialized from the configuration of "this" client
to use to build a new, independently configured client instance.
|
builder, document, documentName
WebGraphQlClient.Builder<?> mutate()
GraphQlClient
mutate
in interface GraphQlClient