From 61c24c8f12f78040fc5186fdca675110d9f4e17e Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 28 May 2024 15:15:18 +0100 Subject: [PATCH] Polishing --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2275166..051d10c 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 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.