graphql-spring-webclient icon indicating copy to clipboard operation
graphql-spring-webclient copied to clipboard

Reactive GraphQL client for consuming GraphQL APIs from a Spring Boot application.

Results 13 graphql-spring-webclient issues
Sort by recently updated
recently updated
newest added

Hello together, I have tried it several times to request a server with a subcription endpoint. Unfotunately there seems to be no way to call the server with the GraphQLWebClient.java....

enhancement

## Problem I am currently studying on a _Spring Boot_ to _Spring Boot_ GraphQL usage and found out **GraphQL Spring Webclient** (client-side) is lacking of a feature that **GraphQL Spring...

enhancement

**Is your feature request related to a problem? Please describe.** The oauth2 properties are only applied to the `WebClient` created by this starter. When you need to connect to two...

enhancement