From 1aed77f9eea7d47753e1cdc2132c7c9243dea2e2 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 23 May 2024 17:00:50 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3be5cf..5a343c9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # Overview -Repository with [Spring for GraphQL](https://github.com/spring-projects/spring-graphql) examples. +Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/spring-graphql) examples and provides links to samples elsewhere. # Examples - [websocket-authentication](websocket-authentication) -# Spring.io Getting Started Guides +# Getting Started Guides -The following guides illustrate how to use some features concretely: +The following guides are available on https://spring.io: * [Building a GraphQL service](https://spring.io/guides/gs/graphql-server/) -* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/) \ No newline at end of file +* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/) + +# Community Samples + +- [PetClinic](https://github.com/spring-petclinic/spring-petclinic-graphql)