Commit Graph

2228 Commits

Author SHA1 Message Date
sunli
e519a94b94 Update subscription.rs 2020-04-07 14:48:37 +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
4225a03de0 Update ci.yml 2020-04-05 16:29:11 +08:00
sunli
4fd9c33be7 Add codecov settings 2020-04-05 16:22:13 +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
197eed8629 Add mutation resolver 2020-04-03 22:19:15 +08:00
sunli
e6eb331ae4 Named framgment should support the ObjectType. 2020-04-03 21:48:21 +08:00
sunli
a544100a84 v1.7.3 2020-04-03 13:59:21 +08:00
sunli
1b05724390 If the field name or parameter name is wrong, give suggestion 2020-04-03 13:57:24 +08:00
sunli
0ddf5d913e Update base.rs 2020-04-03 09:31:58 +08:00
sunli
c60e4a51ab Fixed panic when uploading binary file 2020-04-03 09:27:22 +08:00
sunli
1078f7fb42 v1.7.2 2020-04-02 21:07:30 +08:00
sunli
1f41bb4a8e Merge branch 'error-type' 2020-04-02 21:05:44 +08:00
Nicolai Unrein
4b398ce919 Merge branch 'error-type' of https://github.com/sunli829/async-graphql into error-type 2020-04-02 14:43:30 +02: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
269f0f0d61 Update error.rs 2020-04-02 14:40:00 +02:00
sunli
945730db06 Return the correct type at the union and interface 2020-04-02 20:37:01 +08:00
sunli
7fb48f6382 Update README.md 2020-04-02 15:51:04 +08:00
sunli
228d00a9fb v1.7.0 2020-04-02 15:49:17 +08:00
sunli
9d09ba04b0 Update error.rs 2020-04-02 12:57:53 +08:00
sunli
506e82895f Add Schema::execute 2020-04-02 12:53:53 +08:00
sunli
cb0ca21a3d Extract line and column from ParseError 2020-04-02 12:37:04 +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
1d6a892b94 update async-graphql-actix-web 2020-04-01 17:15:18 +08:00
sunli
b373e1397d remove PreparedQuery 2020-04-01 16:53:49 +08:00
sunli
a3de6960a0 Update connection.rs 2020-03-31 16:41:04 +08:00
sunli
d4c4c52069 Support unnamed inline fragment 2020-03-31 15:09:28 +08:00
sunli
a13204273e v1.6.8
Add context data support
2020-03-31 11:19:18 +08:00
Sunli
9f7a890c0c Merge pull request #12 from nicolaiunrein/master
Add documentation to Upload type
2020-03-30 22:49:03 +08:00
nicolaiunrein
3a3dfcc67e Update upload.rs 2020-03-30 16:47:17 +02:00
nicolaiunrein
4ec15b0749 Update upload.rs 2020-03-30 16:36:27 +02:00
nicolaiunrein
cea92039c5 Update upload.rs 2020-03-30 16:31:38 +02:00
Nicolai Unrein
441d163e93 add documentation to upload 2020-03-30 16:25:35 +02:00
sunli
d2f13c26b1 Update Cargo.toml 2020-03-30 15:31:07 +08:00
sunli
2bfcab19a7 v1.6.7 2020-03-30 11:34:23 +08:00
sunli
eebb5ac119 v1.6.7 2020-03-30 11:32:19 +08:00
sunli
daf0665a18 v1.6.6 2020-03-30 10:46:34 +08:00
sunli
3372512c3d Add validation for the InputObject field 2020-03-30 10:45:41 +08:00
sunli
9cae00e3aa v1.6.5 2020-03-30 09:17:48 +08:00
sunli
794acfb170 typo 2020-03-30 09:16:33 +08:00
sunli
188b8e322d Update README.md 2020-03-30 00:00:56 +08:00
Sunli
8b86952e7f Merge pull request #10 from nicolaiunrein/master
ExtendedError and ResultExt inital draft
2020-03-29 23:45:29 +08:00
Nicolai Unrein
5157d95efc ExtendedError and ResultExt inital draft 2020-03-29 16:31:45 +02:00