Polishing

This commit is contained in:
rstoyanchev
2024-05-28 15:07:27 +01:00
parent 930b8ccb11
commit 312f224f2c

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
[incremental delivery](https://github.com/graphql/defer-stream-wg) addition to GraphQL spec through experimental support GraphQL Java 22.
- [Multipart GraphQL](https://github.com/nkonev/multipart-graphql-demo) -- demonstrate use of the
- [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.