Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-watson committed Nov 16, 2021
1 parent 4836d4d commit 7bcfe61
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7bcfe61

Please sign in to comment.