Closed
Description
It would be nice to have a synchroneous GraphQL client like org.springframework.web.client.RestClient
(provided by spring-web-VERSION.jar
).
The current org.springframework.graphql.client.HttpGraphQlClient
is based on org.springframework.web.reactive.function.client.WebClient
and, therefore, requires spring-webflux-VERSION.jar
.