juniper/schema/
mod.rs

1
2
3
4
5
6
#![allow(clippy::module_inception)]

pub mod meta;
pub mod model;
pub mod schema;
pub mod translate;