From 7bcfe61003ffb622bbb7d2d7b39c79dce655f709 Mon Sep 17 00:00:00 2001 From: Michael Watson Date: Tue, 16 Nov 2021 09:20:42 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 4d2bb1d4..6728845e 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,8 @@ The following open-source GraphQL server libraries provide support for Apollo Fe _*_ Implementation does not support multiple `@key` definitions, but all types of `@key` definitions are supported -## "Supported" but full compatibility testing coming soon... - If you want to see a library added to this list, feel free to open an [Issue](https://github.com/apollographql/apollo-federation-subgraph-compatibility/issues) or check our our [Apollo Federation Library Maintainers Implementation Guide](./CONTRIBUTORS.md) to see about submitting a PR for your library! -> These are libraries that appear to be actively maintained. We audit this list every few months and remove libraries that are no longer active. - -| Language | Framework | Library | -| ----------- | ------------- | -------------------------------------------------------------------------------- | - ## Testing Suite This repository contains a structured testing suite based on a federated schema that covers the [Apollo Federation Specification](https://www.apollographql.com/docs/federation/federation-spec/). The federated schema is constructued of 3 subgraphs (`users`, `inventory` and `products`) that will be started and used to test various libraries that support Apollo Federation. The `users` and `inventory` subgraphs are provided by this repository in addition to the graph router instance. Library implementors will each implement the `products` schema and provide a docker file that can be used with `docker compose`; templates for these files are provided along with examples.