Uses of Interface
org.springframework.graphql.client.HttpSyncGraphQlClient
Packages that use HttpSyncGraphQlClient
- 
Uses of HttpSyncGraphQlClient in org.springframework.graphql.clientMethods in org.springframework.graphql.client that return HttpSyncGraphQlClientModifier and TypeMethodDescriptionHttpSyncGraphQlClient.Builder.build()Build theHttpSyncGraphQlClientinstance.static HttpSyncGraphQlClientHttpSyncGraphQlClient.create(RestClient client) Create anHttpSyncGraphQlClientthat uses the givenRestClient.