#[macro_use]
extern crate juniper;
#[cfg(test)]
extern crate serde_json;
extern crate fnv;
extern crate indexmap;
mod codegen;
mod custom_scalar;