-
I am playing with graphql lately and I was trying to mimic an attack where a recursive query is sent by the client to the GraphQL server and it seems like the latest version doesn’t enforce the maxDep…
-
Hello Together,
Below is my Global CORS configuration (i.e. in application.yml file) in the Spring Cloud API Gateway application and my preflight response is success.
But then the actual graphql m…
-
I've upgraded a project from graphql-spqr-spring-boot-starter:0.0.4 and spring-boot v2.6.2 to graphql-spqr-spring-boot-starter:0.0.5+ and spring-boot v2.7.9 and I get the following when starting the p…
-
**Current version of graphql-spring-boot and graphql-java-tool does not support Java modules**
To reproduce the issue:
1. Follow the steps as provided by [Baeldung : Getting Started with GraphQL a…
ghost updated
4 years ago
-
graphql-spqr-spring-boot-starter:0.0.4
spring-boot-starter-web:2.2.1
spring-boot-starter-security:2.2.1
Doing basically nothing but adding starter-security lands us with 405 at any /graphql reque…
-
plugins {
id 'org.springframework.boot' version '2.7.5'
}
ext['spring-framework.version'] = '5.3.23'
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.5.1"))…
-
Hi,
I'm new to Spring boot framework and graphql.
I have tried this project myself. But it doesn't work. I got errors like this,
Error starting ApplicationContext. To display the auto-configurati…
-
### Integration
sentry-graphql
### Java Version
17
### Version
7.6.0
### Steps to Reproduce
Using Spring Boot 2.7.8 and the spring boot sentry integration.
Instrumentation conf…
-
**Describe the bug**
We have a service running with Spring Boot 3.0.7 and com.graphql-java-kickstart:graphql-spring-boot-starter:15.0.0. When upgrading to Spring Boot 3.1.0 we get in the response the…
-
using this version of the kickstart:
```
com.graphql-java-kickstart
graphql-spring-boot-starter
5.10.0
```
my GraphQL schema:
```
interface Mother {
# Mother fields
}
…