[JAVA-15376] Update for Graphql Postman article (#12853)

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
Haroon Khan 2022-10-12 16:47:10 +01:00 committed by GitHub
parent f4be8916b8
commit bf719b41aa
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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)