Update README.md

This commit is contained in:
Rossen Stoyanchev
2024-05-23 17:00:50 +01:00
committed by GitHub
parent 9a0e9bc5e7
commit 1aed77f9ee

View File

@@ -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/)
* [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)