diff --git a/Cargo.toml b/Cargo.toml index c5d9035..6726383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" [dependencies] juniper = "^0.15" juniper_warp = "^0.6" +juniper-from-schema = "^0.5" [dependencies.warp] version = "^0.3"