Uses of Interface
org.springframework.graphql.client.HttpGraphQlClient.Builder
-
Uses of HttpGraphQlClient.Builder in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptionstatic interface
HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.Modifier and TypeMethodDescriptionstatic HttpGraphQlClient.Builder<?>
HttpGraphQlClient.builder()
Return a builder to initialize anHttpGraphQlClient
with.static HttpGraphQlClient.Builder<?>
Variant ofHttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder.static HttpGraphQlClient.Builder<?>
HttpGraphQlClient.builder
(WebClient.Builder webClientBuilder) Variant ofHttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder.HttpGraphQlClient.mutate()