Implement basic GraphQL endpoint with auth

This commit is contained in:
Valentin Tolmer
2021-08-26 09:52:56 +02:00
committed by nitnelave
parent be3e50d31a
commit a51965a61a
9 changed files with 637 additions and 21 deletions
+2
View File
@@ -46,6 +46,8 @@ tracing-actix-web = "0.4.0-beta.7"
tracing-log = "*"
tracing-subscriber = "*"
rand = { version = "0.8", features = ["small_rng", "getrandom"] }
juniper_actix = "0.4.0"
juniper = "0.15.6"
# TODO: update to 0.6 when out.
[dependencies.opaque-ke]