Ricky Shi
Ricky Shi
## Expected behavior According to [DGS document](https://netflix.github.io/dgs/advanced/file-uploads/) and [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec), file upload should work as expected. ## Actual behavior `com.netflix.graphql.dgs.webflux.handlers.DefaultDgsWebfluxHttpHandler` will treat form-data requests as `application/json` and use...
If the application is enabled by @EnableReactiveMethodSecurity, and a class is annotated by @DgsComponent with its method annotated by @PreAuthorize, there will be no `Authentication` found, which leads to an...
I added two new props that will generate script tags and meta tags. As I am not familiar with typescript, I am not sure if my modification to NewWindow.d.ts is...
I tried to use Flux and Mono from projectreactor as the return type of methods annotated by @DgsQuery, but it doesn't work. The query always returns null. I already compared...