-
I would expect that when you upload a "new" deployment, that all traces of previous deployments would be removed. However, I just tested this on our dev branch and I can with 100% certainty confirm th…
-
**Describe the bug**
When using the latest versions of graphql-ruby, `/Users/mckaysailsbury/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/graphql-1.13.8/lib/graphql/schema/field.rb:282:in `initializ…
-
I believe this is a feature request, as I did not see any facilities in the current spring-graphql-test library to accomplish this.
When testing the Controller layer of our application using GraphQ…
-
A `GraphQlSourceBuilderCustomizer` might need to replace the default schema resources, e.g. https://github.com/spring-projects/spring-graphql/pull/218#issuecomment-997296408.
-
## Description
After upgrading to version 12.0.0 of graphql-java-tools (and graphql-spring-boot-starter) large schema files fail to parse with an error:
> Failed to instantiate [graphql.kick…
-
I work with Spring Boot 2.6 and Spring GraphQL 1.0.0-M4.
Spring GraphQL supports **Jakarta Bean Validation**, and it works too.
I still tried the validation via DIRECTIVES and their implementat…
-
**Library Version**
"com.expediagroup:graphql-kotlin-spring-server:2.1.1"
**Describe the bug**
I'm currently using spring webflux and spring server auto config package with graphql-kotlin, I am r…
-
Hello!
Is there any way to wire a custom JsonSerializer to the `spring-graphql`? I have a custom serializer for setting the precision of double values. For example:
```kotlin
class Response {
…
-
Kind of a newbie here. Searched through multiple google pages and couldn't find the solution. I have a pretty simple Express server setup looking like this:
```
// import cors from 'cors';
import…
-
Docker version: `4.5.0 (74594)`
I am able to run `./gradlew bootRun` successfully. Then I tried to build and run the docker image and I am getting a NoClassDefFound exception for HttpClient. Here…