wundergraph 0.1.2

A GraphQL ORM build on top of diesel
Documentation
1
2
3
4
5
6
7
//! A module containing juniper specific extension traits

mod from_lookahead;
mod nameable;

pub use self::from_lookahead::FromLookAheadValue;
pub use self::nameable::{NameBuilder, Nameable};