From bf719b41aad769fec07e33bb8dcd2506a7c6a132 Mon Sep 17 00:00:00 2001 From: Haroon Khan Date: Wed, 12 Oct 2022 16:47:10 +0100 Subject: [PATCH] [JAVA-15376] Update for Graphql Postman article (#12853) Co-authored-by: Dhawal Kapil --- spring-boot-modules/spring-boot-graphql/README.md | 1 + spring-boot-modules/spring-boot-libraries-2/README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-graphql/README.md b/spring-boot-modules/spring-boot-graphql/README.md index d0886eb7c2..cee4f7eae1 100644 --- a/spring-boot-modules/spring-boot-graphql/README.md +++ b/spring-boot-modules/spring-boot-graphql/README.md @@ -10,6 +10,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Getting Started with GraphQL and Spring Boot](https://www.baeldung.com/spring-graphql) - [Expose GraphQL Field with Different Name](https://www.baeldung.com/graphql-field-name) - [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) ### GraphQL sample queries diff --git a/spring-boot-modules/spring-boot-libraries-2/README.md b/spring-boot-modules/spring-boot-libraries-2/README.md index a516ddbf52..5f189e9b49 100644 --- a/spring-boot-modules/spring-boot-libraries-2/README.md +++ b/spring-boot-modules/spring-boot-libraries-2/README.md @@ -8,7 +8,6 @@ This module contains articles about various Spring Boot libraries - [Open API Server Implementation Using OpenAPI Generator](https://www.baeldung.com/java-openapi-generator-server) - [An Introduction to Kong](https://www.baeldung.com/kong) - [Getting Started With GraphQL SPQR and Spring Boot](https://www.baeldung.com/spring-boot-graphql-spqr) -- [How to Test GraphQL Using Postman](https://www.baeldung.com/graphql-postman) - [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime) More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)