Commit Graph

333 Commits

Author SHA1 Message Date
Blaine Bublitz
381198cfdb
Add Cursor scalar (#48)
* Add Cursor scalar
2020-05-05 13:21:45 +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
0d32eaac75 Update default_value.rs 2020-05-04 13:26:13 +08:00
sunli
97464c4662 Create default_value.rs 2020-05-04 10:49:35 +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
bf6bb1f51f Fixed a type error 2020-05-03 23:00:20 +08:00
sunli
7876de7290 Update feature-comparison.md 2020-05-03 22:53:27 +08:00
sunli
5e8eba0baa v1.10.4 2020-05-03 22:33:56 +08:00
sunli
79abc1c52e Implement OutputType for FieldResult 2020-05-03 22:32:37 +08:00
sunli
8aa4f29427 Add Feature Comparison 2020-05-03 21:46:38 +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
1a4189e3e0 Fixed a bug that caused the subscription request to fail to receive any messages. #45 2020-05-03 10:06:17 +08:00
sunli
4484d33f4e Add some test 2020-05-03 09:12:14 +08:00
sunli
fded6fabcc v1.10.1 2020-05-02 11:03:04 +08:00
sunli
9e48ca5083 Update lib.rs 2020-05-02 10:46:02 +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
Nicolai Unrein
26120e24e2 Allow conversion to Any for all types that can be converted to Value. 2020-04-29 12:49:51 +02:00
ansj
3867f9d638
Update custom_scalars.md (#40)
* Update custom_scalars.md
2020-04-29 16:38:11 +08:00
Sunli
03654978b9
Merge pull request #37 from vkill/async-graphql-tide3
async-graphql-tide: replace async-std to smol for tests
2020-04-29 09:06:58 +08:00
vkill
a70b65c5d2 async-graphql-tide: replace async-std to smol for tests 2020-04-28 23:11:57 +08:00
sunli
0b896221d5 Fix typo 2020-04-28 20:36:47 +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
bf1be51329 Update README.md 2020-04-28 15:55:28 +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
c4b9b33f5f Update custom_scalars.md 2020-04-28 10:32:26 +08:00
Sunli
adca07c58e
Merge pull request #36 from vkill/async-graphql-tide2
async-graphql-tide: use tide Status trait and remove http-types dep
2020-04-28 00:03:33 +08:00
vkill
389f7be15e async-graphql-tide: use tide Status trait and remove http-types dep 2020-04-27 23:56:32 +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
3488b2ef3c Update release.yml 2020-04-27 13:23:39 +08:00
sunli
93393020ac Update release.yml 2020-04-27 13:20:58 +08:00
sunli
042702f91f Create release.yml 2020-04-27 13:17:14 +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
f1087912a7 Change async-graphql-tide authors to vkill <vkill.net@gmail.com> 2020-04-26 23:08:24 +08:00
Sunli
b2018ce7c6
Merge pull request #31 from vkill/async-graphql-tide
add async-graphql-tide
2020-04-26 23:06:11 +08:00
vkill
6c217666d9 async-graphql-tide: use into_query_builder_opts to make QueryBuilder 2020-04-26 22:56:27 +08:00
vkill
daa6ca7f20 add async-graphql-tide 2020-04-26 19:53:44 +08:00