From 312f224f2ce8b805f463f9ffe6deb5e58ab468fc Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 28 May 2024 15:07:27 +0100 Subject: [PATCH] Polishing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2350d..2275166 100644 --- a/README.md +++ b/README.md @@ -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.