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.
It would be nice to have a synchroneous GraphQL client like
org.springframework.web.client.RestClient(provided byspring-web-VERSION.jar).The current
org.springframework.graphql.client.HttpGraphQlClientis based onorg.springframework.web.reactive.function.client.WebClientand, therefore, requiresspring-webflux-VERSION.jar.