From 7fd529781ccebf0e8c87ee73a83e1224913f936d Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Wed, 7 Dec 2022 19:35:24 +0800 Subject: [PATCH] Update README.md [skip ci] --- spring-boot-modules/spring-boot-graphql/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-graphql/README.md b/spring-boot-modules/spring-boot-graphql/README.md index cee4f7eae1..5f78461ce1 100644 --- a/spring-boot-modules/spring-boot-graphql/README.md +++ b/spring-boot-modules/spring-boot-graphql/README.md @@ -12,6 +12,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Error Handling in GraphQL With Spring Boot](https://www.baeldung.com/spring-graphql-error-handling) - [How to Test GraphQL Using Postman](https://www.baeldung.com/graphql-postman) - [GraphQL vs REST](https://www.baeldung.com/graphql-vs-rest) +- [REST vs. GraphQL vs. gRPC – Which API to Choose?](https://www.baeldung.com/rest-vs-graphql-vs-grpc) ### GraphQL sample queries