Comments on: An Advanced GraphQL with Spring Boot https://piotrminkowski.com/2023/01/18/an-advanced-graphql-with-spring-boot/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 05 Apr 2024 11:40:52 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2023/01/18/an-advanced-graphql-with-spring-boot/#comment-2387 Fri, 05 Apr 2024 11:40:52 +0000 https://piotrminkowski.com/?p=13938#comment-2387 In reply to Den.

Hi, of course we can. Here’s the example from Spring Boot samples – https://github.com/spring-projects/spring-graphql/tree/1.0.x/samples/webmvc-http-security

]]>
By: Den https://piotrminkowski.com/2023/01/18/an-advanced-graphql-with-spring-boot/#comment-2380 Thu, 28 Mar 2024 18:32:01 +0000 https://piotrminkowski.com/?p=13938#comment-2380 Hi, piotr.minkowski! Great articles as usual! Question? Can we secure the graphql ui, because anyone can access that, and refrain them to execute queries and mutations. Just like rest framework in django before we can use the the dashboard we have to use user and password just for security reasons. Thank you

]]>
By: orubel https://piotrminkowski.com/2023/01/18/an-advanced-graphql-with-spring-boot/#comment-1799 Wed, 18 Jan 2023 16:38:45 +0000 https://piotrminkowski.com/?p=13938#comment-1799 The big question in my mind is how does Role Based Access Control (RBAC) work with this? Every endpoint can have multiples ROLES and as such have different REQUEST/RESPONSE datasets.

Where do you place those and what happens if there is a failure in the schema stitching chain?

Also how does one cache? GraphQL is known for being unable to cache.

]]>