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

Add async-graphql example (#278)

This commit is contained in:
Sunli
2020-09-16 08:12:41 +08:00
committed by GitHub
parent d836b046c9
commit e5f64562b1
6 changed files with 448 additions and 1 deletions

View File

@ -4,6 +4,7 @@ members = [
"async_db",
"async_ex1",
"async_ex2",
"async-graphql-demo",
"async_pg",
"awc_https",
"basics",
@ -51,5 +52,5 @@ members = [
"websocket-autobahn",
"websocket-chat",
"websocket-chat-broker",
"websocket-tcp-chat",
"websocket-tcp-chat"
]