From f171c2d672a5c9cbb71615e0f4bfb02d4d2f12ee Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 4 Jan 2022 05:56:21 +1000 Subject: [PATCH] Add Federation section with federation-jvm project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad08997..ae51975 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ * [Helidon GraphQL](https://medium.com/helidon/microprofile-graphql-support-now-available-in-helidon-mp-dbc7bc0b4af): An implementation of the MicroProfile GraphQL Specification using [Project Helidon](https://helidon.io/) version 2.2.0 and above + +## Apollo Federation + +* [federation-jvm](https://github.com/apollographql/federation-jvm): An implementation of the [Apollo Federation Specification](https://www.apollographql.com/docs/federation/federation-spec/) for graphql-java + + ## Execution Strategies * [graphql-rxjava](https://github.com/nfl/graphql-rxjava): An execution strategy that makes it easier to use rxjava's Observable