This commit is contained in:
Chris Tsang 2023-07-31 08:35:29 +01:00
parent dd1def8bf3
commit 63d8cdf7e5
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ fruit::Entity::delete_many()
```
## Seaography: first-class GraphQL integration (preview)
## 🧭 Seaography: first-class GraphQL integration (preview)
[Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities!

View File

@ -261,7 +261,7 @@
//! # }
//! ```
//!
//! ## Seaography: first-class GraphQL integration (preview)
//! ## 🧭 Seaography: first-class GraphQL integration (preview)
//!
//! [Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities!
//!