reactive_graph_client/schema_graphql/scalar/
mod.rs

1pub mod id;
2pub mod json;
3
4pub use id::UUID;
5pub use json::Json;