dgs-framework icon indicating copy to clipboard operation
dgs-framework copied to clipboard

GraphQL for Java with Spring Boot made easy.

Results 219 dgs-framework issues
Sort by recently updated
recently updated
newest added

## Expected behavior With the following schema: ```graphql type Query { something: MovieConnection } type Movie @connection { movieID: ID title: String } ``` and the `generateClient` option set to...

bug

Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x] Make sure the PR doesn't introduce...

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...

dependency-upgrade
github_actions

Pull Request type ---- - [ ] Bugfix - [x] Feature - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Other...

Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [ ] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x] Make sure the PR doesn't...

Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x] Make sure the PR doesn't introduce...

Bumps [spring-security-bom](https://github.com/spring-projects/spring-security) from 5.6.5 to 5.6.6. Release notes Sourced from spring-security-bom's releases. 5.6.6 :star: New Features Consider updating testing examples to use JUnit Jupiter #11292 :beetle: Bug Fixes CsrfWebFilter null...

dependency-upgrade
java

Hey everyone, we noticed our exceptions weren't handled/logged correctly when using federation. I can have a look to see if it makes sense to simply do this errorMap by default...

bug

## Expected behavior Retrieve data from apollo server with the dgs client. ## Actual behavior I am getting the following error: ``` ERROR 366844 --- [nio-9102-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for...

bug

## Context Given the following GraphQL Schema... ``` type Query { hello(person:[Person]): String } input Person { name:String } ``` And a _Data Fetcher_ that serializes to a `Optional`, as...

bug