Polishing

This commit is contained in:
rstoyanchev
2024-05-28 15:15:18 +01:00
parent 312f224f2c
commit 61c24c8f12

View File

@@ -14,9 +14,9 @@ Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/sp
# Community Samples
- [GraphQL Defer](https://github.com/felipe-gdr/spring-graphql-defer) -- demonstrate use of the
[incremental delivery](https://github.com/graphql/defer-stream-wg) through GraphQL Java 22 experimental support.
- [Multipart GraphQL](https://github.com/nkonev/multipart-graphql-demo) -- samples for the
[multipart-spring-graphql](https://github.com/nkonev/multipart-spring-graphql) library.
- [PetClinic](https://github.com/spring-petclinic/spring-petclinic-graphql) -- Variant of the
[original Petclinic](https://github.com/spring-projects/spring-petclinic) based on Spring for GraphQL.
- [GraphQL Defer](https://github.com/felipe-gdr/spring-graphql-defer) --
[incremental delivery](https://github.com/graphql/defer-stream-wg) based on GraphQL Java 22 experimental support.
- [Multipart GraphQL](https://github.com/nkonev/multipart-graphql-demo) --
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 for Spring for GraphQL with a single-page frontend.