dgs-examples-java icon indicating copy to clipboard operation
dgs-examples-java copied to clipboard

Results 22 dgs-examples-java issues
Sort by recently updated
recently updated
newest added

Hi there. I found issue when try to excute this project. Using commit that 'spring boot 3.x' applied then not appear '/graphql' endpoint. spring boot 3.0 ( commit ID :...

Upgrades to Spring Boot "2.7.2" and configures the SB Dependency Management plugin to consider the DGS BOM, and therefore respect the graphql-java version.

- The current example is moved inside the "01-dgs-framework-basic-features" folder. - Another folder is created, "02-dgs-framework-with-spring-data-jpa", containing an example application for the DGS Framework which is standalone GraphQL server in...

Provide a basic integration with Spring Security that can be used to document how you can get the _Authentication_ reference in a _data fetcher_ .

what is the best way to dump the I got as a response from the execution? dgsQueryExecutor.execute but no matter what it returns a linked hash map, which therefore lose...

I am having a class Foo & Boo public class Foo{ String a; } public class Boo extends Foo{ String b; } Boo will be my output object in .graphqls...

If you change [this line](https://github.com/Netflix/dgs-examples-java/blob/5f7120a6dcdc3e9b025b8004a0e18f08763c75f7/src/test/java/com/example/demo/ShowsDatafetcherTest.java#L89) to .reviews().submittedDate() The ObjectMapper cannot deserialize the date. Error deserializing data from '{"data":{"shows":[{"title":"mock title","reviews":[{"submittedDate":"2021-04-15T11:37:22.424887-04:00","username":"DGS User","starScore":5},{"submittedDate":"2021-04-15T11:37:22.424953-04:00","username":"DGS User 2","starScore":3}]}]}}' with JsonPath 'data.shows[*]' and target class java.util.List DgsQueryExecutionDataExtractionException(ex=com.jayway.jsonpath.spi.mapper.MappingException:...

To avoid the N+1 problem, I defined a DataLoader, for example ReviewsDataLoader. After I do a mutation, I call the query method again. The "load" method in the ReviewsDataLoader is...

Bumps com.netflix.dgs.codegen from 6.1.4 to 6.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.netflix.dgs.codegen&package-manager=gradle&previous-version=6.1.4&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions