Commit Graph

19 Commits

Author SHA1 Message Date
Sunli 4f47703118 Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
Sunli 2d0c192df8 Fix a bug in the validator. 2020-10-14 10:54:46 +08:00
Sunli c777150dcd Use `value!` instead of `serde_json::json!`. 2020-10-12 10:17:05 +08:00
Sunli e645e9d999 Remove the GQL prefix of all macros. #208 2020-09-18 09:10:24 +08:00
Sunli 24b80d52d3 Remove all attribute macros that can be replaced by derive. 2020-09-13 11:41:15 +08:00
Sunli 91c75ced2a Make all tests passed (async-graphql). 2020-09-10 19:35:48 +08:00
Sunli 769bffcbf2 Fix the test code and add docs. 2020-09-01 09:10:12 +08:00
Koxiaet 02f7a5fbbc Remove dependency on serde_derive, satisfy Clippy, improve docs 2020-08-31 19:18:02 +01:00
sunli 4659da9c30 fix #33 2020-04-27 12:57:52 +08:00
sunli 506e82895f Add Schema::execute 2020-04-02 12:53:53 +08:00
sunli b373e1397d remove `PreparedQuery` 2020-04-01 16:53:49 +08:00
sunli bc0d6603c1 v1.6.0 2020-03-26 11:34:28 +08:00
sunli b0369860dd v1.5.1 2020-03-25 11:39:28 +08:00
sunli 0769513c8b v1.5.0
Improve performance
2020-03-24 18:54:22 +08:00
sunli 724cb21258 add GraphQL Cursor Connections 2020-03-19 17:20:12 +08:00
sunli 60b0282a89 Support subscription 2020-03-17 17:26:59 +08:00
sunli e0471ddc10 auto rename to camelcase 2020-03-09 20:00:57 +08:00
sunli ce3d4cbc33 fix some bug 2020-03-09 09:33:36 +08:00
sunli 25a93b6976 v0.9.2 2020-03-07 12:40:04 +08:00