diff --git a/README.md b/README.md index 051d10c..fbf24c6 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/sp # Community Samples +- [Federation](https://github.com/apollographql/federation-jvm-spring-example) -- + [Apollo Federation JVM](https://github.com/apollographql/federation-jvm) example. - [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. + use of [incremental delivery](https://github.com/graphql/defer-stream-wg) through 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. + in-depth sample with Spring for GraphQL and a single-page frontend.