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

GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.

Results 74 graphql-spring-boot issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm seeing that request scoped beans aren't accessible/initiated in mutation and query resolvers regardless of running in async mode or not. Specifically those beans that are scoped...

**Describe the bug** Many spring framework rely on the `RequestContextHolder` static class to access the current request attributes. One of them is the Spring-OAuth2 framework that uses it to relay...

bug

**Describe the bug** After doing regular library upgrade in one of our project I got issues with the security of our "/graphql" endpoint. My security settings are not applied to...

bug

**Describe the bug** When a query times out, if there's a following query right away it will not even go to the resolver and just return the value of the...

bug

The `ErrorHandlerSupplier` might not be fully initialized when we first need it. As such, a nasty NPE might arise. ``` java.lang.NullPointerException: Cannot invoke "graphql.kickstart.execution.error.GraphQLErrorHandler.errorsPresent(java.util.List)" because "errorHandler" is null at graphql.kickstart.execution.GraphQLObjectMapper.sanitizeErrors(GraphQLObjectMapper.java:131)...

bug

[CVE-2023-28867](https://www.cve.org/CVERecord?id=CVE-2023-28867) affects all recent versions, using graphql-java prior to 20.1. Fixes have been made in graphql-java 17.5, 18.4, 19.4e and 20.1.

bug

**Describe the bug** When using request variables in GraphQL, the behaviour is really different than without variables. My model has a query using variables, and when passing null in a...

bug

**Describe the bug** We are not really sure whether this is a bug, but we raise this anyway. We have an mutation endpoint: ` deletePartner(partnerId: ID!, year: Int!): Partner` and...

bug

### Discussed in https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions/928 Originally posted by **skesani** March 16, 2023 Hey All, I am using playground embedded by accessing at root ` /playground`, I am checking for a solution...

**Is your feature request related to a problem? Please describe.** I would like to see if deprecated fields are being called in my API. **Describe the solution you'd like** I'd...

enhancement