juniper 0.11.1

GraphQL server library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Wrapper macros which allows built-in macros to be recognized as "crate-local".

#[macro_use]
mod common;
#[macro_use]
mod object;
#[macro_use]
mod interface;
#[macro_use]
mod scalar;
#[macro_use]
mod union;

#[cfg(test)]
mod tests;