diff --git a/README.md b/README.md index 96a95aab..da2a3256 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Licensed under either of * [GraphQL Cursor Connections Specification](https://facebook.github.io/relay/graphql/connections.htm) * [GraphQL over WebSocket Protocol](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md) * [Apollo Tracing](https://github.com/apollographql/apollo-tracing) +* [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction) ## Contribute diff --git a/src/lib.rs b/src/lib.rs index 3b2e7f49..d9461d61 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,6 +64,7 @@ //! * [GraphQL Cursor Connections Specification](https://facebook.github.io/relay/graphql/connections.htm) //! * [GraphQL over WebSocket Protocol](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md) //! * [Apollo Tracing](https://github.com/apollographql/apollo-tracing) +//! * [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction) #![warn(missing_docs)] #![allow(clippy::needless_doctest_main)]