Uses of Interface
org.springframework.graphql.client.HttpGraphQlClient
Packages that use HttpGraphQlClient
-
Uses of HttpGraphQlClient in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return HttpGraphQlClientModifier and TypeMethodDescriptionHttpGraphQlClient.Builder.build()
Build theHttpGraphQlClient
instance.static HttpGraphQlClient
Create anHttpGraphQlClient
that uses the givenWebClient
.