1 2 3 4 5 6 7 8 9
use rapid_web::{ rapid_web_codegen::rapid_handler, }; #[rapid_handler] pub async fn mutation() { }