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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | major | `v1` -> `v3` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.github.gradle-nexus.publish-plugin | `1.3.0` -> `2.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.gradle-nexus.publish-plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.sonarqube | `4.4.1.3373` -> `5.0.0.4638` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.sonarqube/5.0.0.4638?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | ---...

dependencies

Try to use the following codes to upload a file, failed. And from the source codes of *graphql-java-kickstart /graphql-spring-webclient*, I also can not find an example of file upload. ```java...

bug

**Is your feature request related to a problem? Please describe.** When having a customized WebClient bean that sets its own baseUrl, all requests go to that URL instead of `graphql.client.url`...

enhancement

`GraphQLWebClient` uses the `GraphQLRequest` which contains the query to send. That `GraphQLRequest` object is constructed using the `GraphQLRequestBuilder` which in turn exposes two ways of defining the query: 1. String...

enhancement

**Is your feature request related to a problem? Please describe.** At the moment it is just possible to have one URL client ```yaml graphql: client: url: https://graphql.github.com/graphql ``` **Describe the...

enhancement