Uses of Interface
org.springframework.graphql.client.HttpSyncGraphQlClient.Builder
-
Uses of HttpSyncGraphQlClient.Builder in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptionstatic interface
HttpSyncGraphQlClient.Builder<B extends HttpSyncGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client with a blocking execution chain.Modifier and TypeMethodDescriptionstatic HttpSyncGraphQlClient.Builder<?>
HttpSyncGraphQlClient.builder()
Return a builder to initialize anHttpSyncGraphQlClient
with.static HttpSyncGraphQlClient.Builder<?>
HttpSyncGraphQlClient.builder
(RestClient client) Variant ofHttpSyncGraphQlClient.builder()
with a pre-configuredRestClient
to mutate and customize further through the returned builder.static HttpSyncGraphQlClient.Builder<?>
HttpSyncGraphQlClient.builder
(RestClient.Builder builder) Variant ofHttpSyncGraphQlClient.builder()
with a pre-configuredRestClient
to mutate and customize further through the returned builder.HttpSyncGraphQlClient.mutate()