[JAVA-15376] Update for Graphql Postman article (#12853)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
parent
f4be8916b8
commit
bf719b41aa
|
@ -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)
|
- [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)
|
- [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)
|
- [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 vs REST](https://www.baeldung.com/graphql-vs-rest)
|
||||||
|
|
||||||
### GraphQL sample queries
|
### GraphQL sample queries
|
||||||
|
|
|
@ -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)
|
- [Open API Server Implementation Using OpenAPI Generator](https://www.baeldung.com/java-openapi-generator-server)
|
||||||
- [An Introduction to Kong](https://www.baeldung.com/kong)
|
- [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)
|
- [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)
|
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
|
||||||
|
|
||||||
More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
||||||
|
|
Loading…
Reference in New Issue