We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857f53b commit 59e5381Copy full SHA for 59e5381
src/lib.rs
@@ -14,6 +14,10 @@ schema, as well as an optional integration into the [Iron framework][2]. It
14
tries to keep the number of dynamic operations to a minimum, and give you as the
15
schema developer the control of the query execution path.
16
17
+Juniper only depends on `rustc-serialize` by default, making it lightweight and
18
+easy to drop into any project. Through the `iron-handlers` feature, it also
19
+depends on Iron.
20
+
21
## Exposing data types
22
23
The `GraphQLType` trait is the primary interface towards application developers.
0 commit comments