Sunli

Results 3 issues of Sunli

If your company is using Async-graphql in production, please let me know who are you so I can mention you in the README.

I want to create a custom error type that can contain some extra fields. ## If Possible ```rust #[napi] async fn test() -> Result { Err(MyError::new(100, "error message")) } ```...