Commit Graph

191 Commits

Author SHA1 Message Date
sunli
331e65a72b Add field guard 2020-05-02 07:57:34 +08:00
sunli
7893c2d482 Object, SimpleObject, Subscription to add missing the where clause 2020-04-28 18:05:06 +08:00
sunli
c3344845c6 v1.9.24 2020-04-28 15:56:23 +08:00
sunli
3f49ebce0e Move project to async-graphql 2020-04-28 15:41:31 +08:00
sunli
8faa376776 Add tracing extension 2020-04-28 15:01:19 +08:00
sunli
0cf339bc06 v1.9.23 2020-04-27 18:54:22 +08:00
sunli
96217f81c6 v1.9.22 2020-04-27 18:12:39 +08:00
sunli
61583f54a3 Replace the impl_scalar macro with the procedural macro Scalar 2020-04-27 17:58:10 +08:00
sunli
5ecc75f39c v1.9.21 2020-04-27 14:15:12 +08:00
sunli
f6e95876b8 Fix some bugs 2020-04-27 14:14:29 +08:00
sunli
4b600a27b4 v1.9.20 2020-04-27 13:03:56 +08:00
sunli
4659da9c30 fix #33 2020-04-27 12:57:52 +08:00
sunli
001319776f v1.9.19 2020-04-26 23:10:16 +08:00
sunli
a4b4e69ea7 Remove the redundant field parameter for OutputType::resolve_field. 2020-04-26 15:12:18 +08:00
sunli
88f6e468e7 Some minor changes 2020-04-26 12:34:08 +08:00
sunli
e1d4c81b4e v1.9.18 2020-04-25 15:09:11 +08:00
sunli
4247cbcb47 v1.9.17 2020-04-23 18:11:03 +08:00
sunli
6beeb9b1b5 v1.9.16 2020-04-23 16:09:05 +08:00
sunli
951a792e01 Update subscription.rs 2020-04-23 16:08:32 +08:00
sunli
bf9712ad03 v1.9.15 2020-04-23 15:30:12 +08:00
sunli
3588e40c71 v1.9.14 2020-04-23 14:52:53 +08:00
sunli
dcd01974b0 v1.9.13 2020-04-23 11:46:48 +08:00
sunli
b6b7d9ff61 v1.9.12 2020-04-23 11:27:16 +08:00
sunli
aac2710c99 The subscriptions field supports a return value of type FieldResult 2020-04-23 11:26:36 +08:00
sunli
a4781523fb v1.9.11
Add context data for subscription
2020-04-23 10:26:16 +08:00
sunli
279c1565f0 v1.9.10 2020-04-22 15:00:17 +08:00
sunli
279244d106 Fix interface resolver bug 2020-04-22 14:59:14 +08:00
sunli
00513ffb02 v1.9.9 2020-04-22 13:30:41 +08:00
sunli
359d3f64c0 v1.9.8 2020-04-21 20:49:32 +08:00
sunli
c11ed53c48 Add SchemaBuilder::register_type method 2020-04-21 20:47:48 +08:00
sunli
041eb7b1b7 v1.9.7
Add a `ref` attribute to the field attribute of `SimpleObject`.
2020-04-21 15:40:19 +08:00
sunli
64e68c949b v1.9.6
Add SimpleObject support to Interface
2020-04-21 15:27:43 +08:00
sunli
98cdfd4c42 v1.9.5 2020-04-21 12:13:14 +08:00
sunli
affacd81d0 v1.9.4 2020-04-20 14:37:28 +08:00
sunli
0ea2cb397c v1.9.3 2020-04-18 12:26:25 +08:00
sunli
ad9cd7073c Add InputValueValidatorExt trait 2020-04-18 10:25:39 +08:00
sunli
4cf83e333b Add some docs
v1.9.2
2020-04-17 11:06:33 +08:00
sunli
790060a611 Add some docs 2020-04-16 17:06:46 +08:00
sunli
c7313a6fad v1.9.1 2020-04-14 12:09:59 +08:00
sunli
09d5e5f489 v1.9.0 2020-04-14 09:53:17 +08:00
sunli
a53e61abf9 v1.8.1 2020-04-11 17:40:29 +08:00
sunli
cf9b6a5a41 Update object.rs 2020-04-10 10:37:37 +08:00
sunli
f8613b5276 v1.8.0 2020-04-10 10:26:08 +08:00
sunli
36360bcd4d Add federation example 2020-04-10 10:20:43 +08:00
sunli
86bdb422b1 Add federation support 2020-04-09 22:03:09 +08:00
sunli
03e1604f0b Fixed #attribute not working on the InputObject fields. 2020-04-08 12:02:48 +08:00
sunli
a813ce72a3 v1.7.8 2020-04-08 09:05:54 +08:00
sunli
5a77b6379b Fixed #derive not working on the Enum. 2020-04-07 21:50:10 +08:00
sunli
03a5f8a5bf v1.7.7 2020-04-07 14:31:34 +08:00
sunli
5c710ff744 Add SimpleBroker 2020-04-07 14:30:46 +08:00
sunli
7b85062c6e v1.7.6 2020-04-06 19:57:21 +08:00
sunli
ed85c85bf4 Add subscription test 2020-04-06 18:30:38 +08:00
sunli
ccc1f832e3 v1.7.5 2020-04-06 13:51:59 +08:00
sunli
b88ac80084 The subscription field now returns a stream 2020-04-06 13:49:39 +08:00
sunli
79f46843aa v1.7.4 2020-04-05 16:14:22 +08:00
sunli
185e1fb8e6 Add some test, modified from juniper 2020-04-05 16:00:26 +08:00
sunli
a544100a84 v1.7.3 2020-04-03 13:59:21 +08:00
sunli
1078f7fb42 v1.7.2 2020-04-02 21:07:30 +08:00
sunli
1e09cd965f v1.7.1 2020-04-02 20:43:23 +08:00
sunli
75d1b047fb Fix inline fragment bug 2020-04-02 20:41:09 +08:00
sunli
945730db06 Return the correct type at the union and interface 2020-04-02 20:37:01 +08:00
sunli
228d00a9fb v1.7.0 2020-04-02 15:49:17 +08:00
sunli
14860d9b88 Reimplement the error type and remove the dependency on the anyhow::Error 2020-04-02 10:21:04 +08:00
sunli
a13204273e v1.6.8
Add context data support
2020-03-31 11:19:18 +08:00
sunli
2bfcab19a7 v1.6.7 2020-03-30 11:34:23 +08:00
sunli
daf0665a18 v1.6.6 2020-03-30 10:46:34 +08:00
sunli
9cae00e3aa v1.6.5 2020-03-30 09:17:48 +08:00
sunli
9cdd0c45a3 v1.6.4 2020-03-29 20:02:52 +08:00
sunli
643213206b Field method must be async asynchronous
Support for synchronization functions doe provide performance improvement
2020-03-28 20:11:26 +08:00
sunli
169e32555f v1.6.3 2020-03-27 17:12:14 +08:00
sunli
e593aaadff Update object.rs 2020-03-27 17:02:05 +08:00
sunli
f231f690e2 Support for synchronous and asynchronous resolve functions 2020-03-27 11:59:58 +08:00
sunli
15fbe9502a Add SimpleObject macro 2020-03-27 10:20:20 +08:00
sunli
fb1fef022b v1.6.2 2020-03-26 18:30:29 +08:00
sunli
3249746edd v1.6.1 2020-03-26 17:14:49 +08:00
sunli
bc0d6603c1 v1.6.0 2020-03-26 11:34:28 +08:00
sunli
bf7332378c v1.5.2 2020-03-25 15:07:16 +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
12d1651739 v1.4.4 2020-03-22 19:29:52 +08:00
sunli
29f9712b9b Fix subscription bug 2020-03-22 19:29:24 +08:00
sunli
fe8fd4bba4 v1.4.3 2020-03-22 16:48:13 +08:00
sunli
e6bb9b82ed Add CacheControl for object 2020-03-22 16:45:59 +08:00
sunli
788a3b558b v1.4.2 2020-03-22 09:34:32 +08:00
sunli
646a7c06c3 v1.4.1 2020-03-21 16:13:57 +08:00
sunli
ccd99b7f5f v1.4.1 2020-03-21 16:13:19 +08:00
sunli
050cb05925 v1.4.0 2020-03-21 15:11:46 +08:00
sunli
1d0148f63c Add input value validators 2020-03-21 15:07:11 +08:00
sunli
99f4184f83 Clippy cleanup 2020-03-21 09:32:13 +08:00
sunli
62b4908ffe v1.3.2 2020-03-20 11:56:08 +08:00
sunli
20487777f3 v1.3.1 2020-03-19 17:34:30 +08:00
sunli
c627ca754e v1.3.1 2020-03-19 17:33:33 +08:00
sunli
70a545160a v1.3.0 2020-03-19 17:21:56 +08:00
sunli
724cb21258 add GraphQL Cursor Connections 2020-03-19 17:20:12 +08:00
sunli
41f6d5fcc0 v1.2.1
subscription support directive and fragment
2020-03-18 11:13:45 +08:00
sunli
b1e22e9193 Update some documents 2020-03-18 08:44:41 +08:00
sunli
60b0282a89 Support subscription 2020-03-17 17:26:59 +08:00
sunli
27442145c6 v1.0.0 2020-03-12 17:11:02 +08:00
sunli
18ac0a0757 v0.10.8 2020-03-10 20:36:07 +08:00
sunli
de96634f1f add PossibleFragmentSpreads rule 2020-03-10 18:07:47 +08:00