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

```Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.coxautodev.graphql.tools.SchemaParser]: Factory method 'schemaParser' threw exception; nested exception is com.coxautodev.graphql.tools.SchemaClassScannerError: Two different classes used for type Page: interface org.springframework.data.domain.Page: | return type of method...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Our spring boot graphql endpoint is stitched into a larger schema as a nested field. The unified graphql service passes...

enhancement
waiting on more info

## First Part **Describe the bug** When using ```xml com.graphql-java-kickstart graphql-kickstart-spring-boot-starter-webflux 11.0.0 ``` with ```xml com.graphql-java-kickstart graphql-kickstart-spring-boot-starter-graphql-annotations 11.0.0 aClass, AnnotatedType annotatedType, ProcessingElementsContainer container) { if (annotatedType instanceof AnnotatedParameterizedType == false)...

bug

We are using graphql-springboot-annotation jar version 11.0.0. When we try to add custom exception handling, it is throwing InvocationTargetException. CustomException is wrapped with InvocationTargetException and responding with null message. Jars:...

bug

I'm trying to write a unit test for my GraphQLQueryResolver implementations. I have different implementations, that use different services. My GraphQLQueryResolver auto wires a service and I mock these service...

enhancement

**Is your feature request related to a problem? Please describe.** After looking at the webflux examples, reading more i finally got graphql working in my Webflux application. Had to downgrade...

enhancement

**Describe the bug** `GraphQLTestSubscription` fails to create a WebSocket connection in a test. **To Reproduce** Steps to reproduce the behavior: 1. Define a test class annotated with `@GraphQLTest` 2. Autowire...

bug

I want to secure my GraphQL endpoint in therms of serverload. I read this [article](https://www.howtographql.com/advanced/4-security/) and wanted to implement some methods. With some searching I found the property `graphql.servlet.max-query-complexity` in...

documentation

**Is your feature request related to a problem? Please describe.** According to documentation I've successfully enabled tracing to micrometer and see data in /actuator/prometheus endpoint and some metrics in /actuator/metrics...

enhancement

**Describe the bug** Subscription notification fails and WebSocket connection gets closed. **To Reproduce** I'd love to describe how, but unfortunately, I have absolutely no information. Here is the only information...

bug