graphql-spring-webclient
graphql-spring-webclient copied to clipboard
Reactive GraphQL client for consuming GraphQL APIs from a Spring Boot application.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/graphql-java-kickstart/graphql-spring-webclient). ## Rate-Limited The following updates are currently...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://redirect.github.com/gradle/wrapper-validation-action) | action | major | `v1` -> `v3` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | io.github.gradle-nexus.publish-plugin | `1.3.0` -> `2.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.sonarqube | `4.4.1.3373` -> `5.1.0.4882` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | | minor | `8.5` -> `8.14.3`...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release...
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...
**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`...
`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...
**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...