wundergraph 0.1.2

A GraphQL ORM build on top of diesel
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
mod query;
#[macro_use]
mod mutation;

#[doc(hidden)]
#[macro_export]
macro_rules! __wundergraph_debug_log_wrapper {
    ($($t:tt)*) => {$crate::log::debug!($($t)*)}
}