spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.5k stars 297 forks source link

Add support for RestClient on HttpGraphQlClient #933

Closed nhmarujo closed 4 months ago

nhmarujo commented 4 months ago

It would be great if HttpGraphQlClient could be extended to support the new RestClient. This would be a great addition for those that are using non-reactive code.

bclozel commented 4 months ago

Duplicates #771