Commit Graph

25 Commits

Author SHA1 Message Date
Sunli 88ba75ec70 Rework connection types 2022-04-19 19:18:06 +08:00
Sunli db83b9440c Update docs 2021-11-20 11:16:48 +08:00
Sunli dbc0862894 Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
Sunli 369f1459b7 Rework Failure #671 2021-11-04 19:37:22 +08:00
Sunli 1385199107 Fix tests 2021-11-04 14:54:26 +08:00
Sunli 543ce408b0 Implement `InputType` and `OutputType` for `[T; N]` array. 2021-06-17 10:39:27 +08:00
Sunli 4f47703118 Switch the async runtime used for testing to Tokio. 2021-03-12 12:47:24 +08:00
Sunli 144ddb752c Clippy clean 2021-02-26 20:05:09 +08:00
Sunli c777150dcd Use `value!` instead of `serde_json::json!`. 2020-10-12 10:17:05 +08:00
Sunli 87ba51fdd0 Some improvements. 2020-10-10 16:28:07 +08:00
Sunli e645e9d999 Remove the GQL prefix of all macros. #208 2020-09-18 09:10:24 +08:00
Sunli 42817a3aa6 Implement Type for more stdlib collection types #189
Implement InputValueType/OutputValueType for HashSet<T>/BTreeSet<T>/VecDeque<T>/LinkedList<T>
Implement ScalarType for char/NonZero*/HashMap<String,T>/BTreeMap<String, T>
2020-09-14 20:06:44 +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 4659da9c30 fix #33 2020-04-27 12:57:52 +08:00
sunli 185e1fb8e6 Add some test, modified from juniper 2020-04-05 16:00:26 +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 25a93b6976 v0.9.2 2020-03-07 12:40:04 +08:00