Uses of Interface
org.springframework.graphql.client.HttpSyncGraphQlClient.Builder
Packages that use HttpSyncGraphQlClient.Builder
-
Uses of HttpSyncGraphQlClient.Builder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type HttpSyncGraphQlClient.BuilderModifier and TypeInterfaceDescriptionstatic interfaceHttpSyncGraphQlClient.Builder<B extends HttpSyncGraphQlClient.Builder<B>>Builder for the GraphQL over HTTP client with a blocking execution chain.Methods in org.springframework.graphql.client that return HttpSyncGraphQlClient.BuilderModifier and TypeMethodDescriptionstatic HttpSyncGraphQlClient.Builder<?> HttpSyncGraphQlClient.builder()Return a builder to initialize anHttpSyncGraphQlClientwith.static HttpSyncGraphQlClient.Builder<?> HttpSyncGraphQlClient.builder(RestClient client) Variant ofHttpSyncGraphQlClient.builder()with a pre-configuredRestClientto mutate and customize further through the returned builder.static HttpSyncGraphQlClient.Builder<?> HttpSyncGraphQlClient.builder(RestClient.Builder builder) Variant ofHttpSyncGraphQlClient.builder()with a pre-configuredRestClientto mutate and customize further through the returned builder.HttpSyncGraphQlClient.mutate()