1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

GraphQL Example with Juniper (#181)

* actix-graphql-demo added to examples

* Add actix-graphql-demo to the cargo.toml as a member
This commit is contained in:
Dwi Sulfahnur
2019-12-07 21:16:46 +07:00
committed by Nikolay Kim
parent 7be109ee61
commit 1f434406f3
12 changed files with 486 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[workspace]
members = [
"./",
"actix-graphql-demo",
"actix_redis",
"actix_todo",
"async_db",