Commit Graph

168 Commits

Author SHA1 Message Date
sunli
841e822359 v1.11.1 2020-05-10 18:42:57 +08:00
sunli
6d7d64866b The error reason can be returned when the input value is parsed incorrectly. #70 2020-05-10 18:27:46 +08:00
sunli
2267e961bf async-graphql-parser v0.2.0 2020-05-10 13:54:57 +08:00
sunli
dc963250e7 Update args.rs 2020-05-10 13:23:34 +08:00
sunli
f64b117859 v1.11.0 2020-05-10 13:09:57 +08:00
sunli
85156b69a8 Use rustdoc comments as graphql desc. #62 2020-05-10 12:41:05 +08:00
sunli
52170b6da3 Remove async-graphql-derive dependency on graphql-parser. 2020-05-10 11:12:07 +08:00
sunli
f7d308be8a Improve parser performance. 2020-05-10 10:59:51 +08:00
sunli
36967ffa4f Add ability to forward field arguments to guard #59 2020-05-09 18:34:57 +08:00
sunli
311859e12a Merge branch 'parser'
Implement a new GraphQL query parser and remove the dependency on graphql-parser.
2020-05-09 17:55:04 +08:00
sunli
8d5f908f96 v1.10.12 2020-05-07 20:45:33 +08:00
sunli
99ec304a3f v1.10.11 2020-05-07 18:49:26 +08:00
sunli
b985a00160 1.10.10 2020-05-06 06:53:26 +08:00
sunli
d7e3afc822 Change the first parameter of OutputValueType::resolve to be &self 2020-05-05 21:06:48 +08:00
sunli
9cce28a85d v1.10.9 2020-05-05 17:55:01 +08:00
sunli
8ff6339e50 v1.10.8 2020-05-05 13:50:22 +08:00
sunli
de69a70307 v1.10.7 2020-05-05 13:03:55 +08:00
sunli
e3cab73d53 Modify the location of the Guard call. 2020-05-05 13:02:24 +08:00
sunli
be2898ea01 v1.10.6 2020-05-04 07:59:30 +08:00
sunli
dea7dc3ddd v1.10.5 2020-05-03 23:01:14 +08:00
sunli
5e8eba0baa v1.10.4 2020-05-03 22:33:56 +08:00
sunli
f786ce3275 Stops when an error occurs to the subscription stream. 2020-05-03 21:21:54 +08:00
sunli
f3b0937523 v1.10.3 2020-05-03 16:03:27 +08:00
sunli
95c6c0bbf3 Report subscription stream errors to the client. 2020-05-03 16:02:46 +08:00
sunli
8c2d8bffb4 v1.10.2 2020-05-03 10:18:45 +08:00
sunli
fded6fabcc v1.10.1 2020-05-02 11:03:04 +08:00
sunli
1df09fcf77 v1.10.0 2020-05-02 07:59:00 +08:00
sunli
98864c6879 Add field guard 2020-05-02 07:57:34 +08:00
sunli
dec3337ac8 Object, SimpleObject, Subscription to add missing the where clause 2020-04-28 18:05:06 +08:00
sunli
84745c5179 v1.9.24 2020-04-28 15:56:23 +08:00
sunli
aefe448ede Move project to async-graphql 2020-04-28 15:41:31 +08:00
sunli
495df5a9ab Add tracing extension 2020-04-28 15:01:19 +08:00
sunli
fee4393b3b v1.9.23 2020-04-27 18:54:22 +08:00
sunli
124bf2e831 v1.9.22 2020-04-27 18:12:39 +08:00
sunli
0c541c010d Replace the impl_scalar macro with the procedural macro Scalar 2020-04-27 17:58:10 +08:00
sunli
489f3dce38 v1.9.21 2020-04-27 14:15:12 +08:00
sunli
3ef57de8df Fix some bugs 2020-04-27 14:14:29 +08:00
sunli
c0c0961837 v1.9.20 2020-04-27 13:03:56 +08:00
sunli
1bc97de889 fix #33 2020-04-27 12:57:52 +08:00
sunli
aac5b3bfb2 v1.9.19 2020-04-26 23:10:16 +08:00
sunli
0607c6da56 Remove the redundant field parameter for OutputType::resolve_field. 2020-04-26 15:12:18 +08:00
sunli
d74d1a9346 Some minor changes 2020-04-26 12:34:08 +08:00
sunli
4850d7a77f v1.9.18 2020-04-25 15:09:11 +08:00
sunli
d501f73a08 v1.9.17 2020-04-23 18:11:03 +08:00
sunli
fcd7cb7bab v1.9.16 2020-04-23 16:09:05 +08:00
sunli
4fb91e831d Update subscription.rs 2020-04-23 16:08:32 +08:00
sunli
816cebf8c4 v1.9.15 2020-04-23 15:30:12 +08:00
sunli
e4981d41ab v1.9.14 2020-04-23 14:52:53 +08:00
sunli
4b7a388025 v1.9.13 2020-04-23 11:46:48 +08:00
sunli
7a4d3f2899 v1.9.12 2020-04-23 11:27:16 +08:00