Fragment graphql module, add Appwrite vars to context

This commit is contained in:
2023-01-15 17:36:32 +01:00
parent 34e28384ce
commit b20fb5f079
11 changed files with 280 additions and 146 deletions
+7 -1
View File
@@ -26,10 +26,16 @@ uuid = { version = "1.2.2", features = ["v4", "fast-rng", "macro-diagnostics", "
rocket = "0.5.0-rc.2"
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "c17e814" }
# Web requests
reqwest = { version = "0.11.13", features = ["serde_json", "json", "gzip"] }
# GraphQL
juniper = "0.15.10"
juniper_rocket = "0.8.2"
# logging
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.16"
# Error handling
color-eyre = "0.6.2"