Uses of Interface
org.springframework.graphql.client.HttpSyncGraphQlClient
Packages that use HttpSyncGraphQlClient
-
Uses of HttpSyncGraphQlClient in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return HttpSyncGraphQlClientModifier and TypeMethodDescriptionHttpSyncGraphQlClient.Builder.build()
Build theHttpSyncGraphQlClient
instance.static HttpSyncGraphQlClient
HttpSyncGraphQlClient.create
(RestClient client) Create anHttpSyncGraphQlClient
that uses the givenRestClient
.