Update README.md

This commit is contained in:
Rossen Stoyanchev
2024-12-05 10:47:47 +00:00
committed by GitHub
parent 1f5262b463
commit 73b5d20e39

View File

@@ -22,3 +22,4 @@ Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/sp
sample for the [multipart-spring-graphql](https://github.com/nkonev/multipart-spring-graphql) library.
- [PetClinic](https://github.com/spring-petclinic/spring-petclinic-graphql) --
in-depth sample with Spring for GraphQL and a single-page frontend.
- [Multiple GraphQL Endpoints](https://github.com/codesnippe/multiple-graphql-endpoints-demo) -- the Boot auto-config is for a single GraphQL endpoint, but if you need multiple endpoints in the same JVM you'll need your own [standalone setup](https://docs.spring.io/spring-graphql/reference/standalone-setup.html).