1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

Rename graphql-demo to juniper-advanced

This commit is contained in:
Yuki Okushi
2020-05-19 14:23:28 +09:00
parent bc6f614f78
commit 3730fa8f55
13 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
# Juniper
[Juniper](https://github.com/graphql-rust/juniper) integration for Actix web
[Juniper](https://github.com/graphql-rust/juniper) integration for Actix web.
If you want more advanced example, see also the [juniper-advanced example].
[juniper-advanced example]: https://github.com/actix/examples/tree/master/juniper-advanced
## Usage