Tag: rust-axum
-
Rust Async Graphql Json InputObject Type
0 I’m trying to use Async Graphql, I want to use sqlx json type in model. In normal api operations the code is running. But when I want to use the async graphql InputObject macro, I get an error. The codes I used are as follows, I couldn’t find a solution for the problem. #[derive(Serialize,…