Commit Graph

78 Commits

Author SHA1 Message Date
sunli
7893c2d482 Object, SimpleObject, Subscription to add missing the where clause 2020-04-28 18:05:06 +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
61583f54a3 Replace the impl_scalar macro with the procedural macro Scalar 2020-04-27 17:58:10 +08:00
sunli
f6e95876b8 Fix some bugs 2020-04-27 14:14:29 +08:00
sunli
4659da9c30 fix #33 2020-04-27 12:57:52 +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
951a792e01 Update subscription.rs 2020-04-23 16:08:32 +08:00
sunli
dcd01974b0 v1.9.13 2020-04-23 11:46:48 +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
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
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
affacd81d0 v1.9.4 2020-04-20 14:37:28 +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
09d5e5f489 v1.9.0 2020-04-14 09:53:17 +08:00
sunli
cf9b6a5a41 Update object.rs 2020-04-10 10:37:37 +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
5c710ff744 Add SimpleBroker 2020-04-07 14:30:46 +08:00
sunli
ed85c85bf4 Add subscription test 2020-04-06 18:30:38 +08:00
sunli
b88ac80084 The subscription field now returns a stream 2020-04-06 13:49:39 +08:00
sunli
185e1fb8e6 Add some test, modified from juniper 2020-04-05 16:00:26 +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
14860d9b88 Reimplement the error type and remove the dependency on the anyhow::Error 2020-04-02 10:21:04 +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
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
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
29f9712b9b Fix subscription bug 2020-03-22 19:29:24 +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
ccd99b7f5f v1.4.1 2020-03-21 16:13:19 +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