You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
hantsy, trjo1016, itzg, mattlyons0, jdmnd and 2 more