Comments on: An Advanced GraphQL with Spring Boot and Netflix DGS https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 18 Jan 2023 23:28:35 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: James M Bowler https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1809 Wed, 18 Jan 2023 23:28:35 +0000 https://piotrminkowski.com/?p=9639#comment-1809 actually, I figured it out, thanks!

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1806 Wed, 18 Jan 2023 23:19:20 +0000 https://piotrminkowski.com/?p=9639#comment-1806 In reply to srinivasallu.

Hi, Here’s the guide: https://netflix.github.io/dgs/error-handling/

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1805 Wed, 18 Jan 2023 23:18:45 +0000 https://piotrminkowski.com/?p=9639#comment-1805 In reply to Ravi.

I added some tests with client. Now everything should work fine

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1804 Wed, 18 Jan 2023 23:18:09 +0000 https://piotrminkowski.com/?p=9639#comment-1804 In reply to Francesco.

You can create any filter you want. The rest is just a case of JPA implementation under the hood

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1801 Wed, 18 Jan 2023 23:14:42 +0000 https://piotrminkowski.com/?p=9639#comment-1801 In reply to James M Bowler.

No, I didn’t try it. What type of issues do you have?

]]>
By: James M Bowler https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1800 Wed, 18 Jan 2023 20:42:58 +0000 https://piotrminkowski.com/?p=9639#comment-1800 Awesome stuff. I’m trying to add another nested join, and having issues. Have you done that before?

]]>
By: Francesco https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1507 Wed, 16 Mar 2022 07:39:55 +0000 https://piotrminkowski.com/?p=9639#comment-1507 Hi, thanks for this very useful article. It helped me a lot to understand the “thinking in GraphQL”. But I’ve still some problems in understanding filters. What if I want to search for all the employees named “Adam” in a department ? Has GraphQL the way to filter subordinates objects ?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1356 Thu, 13 Jan 2022 12:40:14 +0000 https://piotrminkowski.com/?p=9639#comment-1356 In reply to RoPrince.

Yes. See https://netflix.github.io/dgs/advanced/java-client/

]]>
By: RoPrince https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1352 Wed, 12 Jan 2022 06:42:01 +0000 https://piotrminkowski.com/?p=9639#comment-1352 Can we use this library for building a client calling graphQL endpoint?

]]>
By: Dikshyant Acharya https://piotrminkowski.com/2021/04/08/an-advanced-graphql-with-spring-boot-and-netflix-dgs/#comment-1325 Tue, 21 Dec 2021 12:54:56 +0000 https://piotrminkowski.com/?p=9639#comment-1325 Hello, thanks for this explanation. But can you clarify little bit when we want to send our data not from graphiql but from other frontend(from angular), we have cross origin problem. In rest api, we simply put(@CrossOrigin(“url”)) but it doesnt seem to work while using dgsframework. Thanks for your time and have a nice day. 🙂

]]>