misc: update readme to add apollo studio

This commit is contained in:
Miaxos 2021-07-22 14:25:40 +00:00
parent 15f07fb13a
commit 1dfb207332
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ This crate offers the following features, all of which are not activated by defa
- `secrecy`: Integrate with the [`secrecy` crate](https://crates.io/crates/secrecy).
- `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal).
## Apollo Studio
Apollo Studio is a cloud platform that helps you build, monitor, validate, and secure your organization's data graph.
An existing extension is available for this crate [here](https://github.com/async-graphql/async_graphql_apollo_studio_extension)
## Examples
All examples are in the [sub-repository](https://github.com/async-graphql/examples), located in the examples directory.