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)