-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a synchronous GraphQL client without spring-webflux #771
Comments
We could consider a |
@bclozel sounds good. This way at least |
@juergenzimmermann we'll consider a synchronous |
@rstoyanchev Thank you for the clarification. I highly appreciate having a synchronous |
For testing we have |
This is now available in Please, review the updated Client section, including the HTTP Sync extension backed by As a general comment, you can now choose between blocking (e.g. If you are able to give this a try and provide feedback, that would be much appreciated! |
@rstoyanchev Thank you very much, also for the updated docs!. The snapshot works perfectly. |
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.HttpGraphQlClient
is based onorg.springframework.web.reactive.function.client.WebClient
and, therefore, requiresspring-webflux-VERSION.jar
.The text was updated successfully, but these errors were encountered: