From dcfacfdb36a3b9494e907550374b94be23a50adb Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 23 May 2024 16:50:59 +0100 Subject: [PATCH] Update README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d1c95..f3be5cf 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# spring-graphql-examples \ No newline at end of file + +# Overview + +Repository with [Spring for GraphQL](https://github.com/spring-projects/spring-graphql) examples. + +# Examples + +- [websocket-authentication](websocket-authentication) + +# Spring.io Getting Started Guides + +The following guides illustrate how to use some features concretely: + +* [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