Commit Graph

320 Commits

Author SHA1 Message Date
sunli
901aa1e355 v1.10.3 2020-05-03 16:03:27 +08:00
sunli
220cd1e775 Report subscription stream errors to the client. 2020-05-03 16:02:46 +08:00
sunli
b62b8e34c8 v1.10.2 2020-05-03 10:18:45 +08:00
sunli
d7df065528 Fixed a bug that caused the subscription request to fail to receive any messages. #45 2020-05-03 10:06:17 +08:00
sunli
c9fe0e9393 Add some test 2020-05-03 09:12:14 +08:00
sunli
81e2143015 v1.10.1 2020-05-02 11:03:04 +08:00
sunli
ee50ae9be6 Update lib.rs 2020-05-02 10:46:02 +08:00
sunli
4da5fe3904 v1.10.0 2020-05-02 07:59:00 +08:00
sunli
331e65a72b Add field guard 2020-05-02 07:57:34 +08:00
Nicolai Unrein
511be1e84d Allow conversion to Any for all types that can be converted to Value. 2020-04-29 12:49:51 +02:00
ansj
845496e004 Update custom_scalars.md (#40)
* Update custom_scalars.md
2020-04-29 16:38:11 +08:00
Sunli
d4b84de6d1 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
3dd7ee2f87 async-graphql-tide: replace async-std to smol for tests 2020-04-28 23:11:57 +08:00
sunli
b7fa12772a Fix typo 2020-04-28 20:36:47 +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
59cb35e947 Update README.md 2020-04-28 15:55:28 +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
629c16b29c Update custom_scalars.md 2020-04-28 10:32:26 +08:00
Sunli
60ae1bf225 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
a84bb7f671 async-graphql-tide: use tide Status trait and remove http-types dep 2020-04-27 23:56:32 +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
d1da95d618 Update release.yml 2020-04-27 13:23:39 +08:00
sunli
a304f76b45 Update release.yml 2020-04-27 13:20:58 +08:00
sunli
9146b13dcb Create release.yml 2020-04-27 13:17:14 +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
806d680de1 Change async-graphql-tide authors to vkill <vkill.net@gmail.com> 2020-04-26 23:08:24 +08:00
Sunli
e3e67ddfda Merge pull request #31 from vkill/async-graphql-tide
add async-graphql-tide
2020-04-26 23:06:11 +08:00
vkill
a7e8e0a14c async-graphql-tide: use into_query_builder_opts to make QueryBuilder 2020-04-26 22:56:27 +08:00
vkill
fd431ca5a9 add async-graphql-tide 2020-04-26 19:53:44 +08:00
sunli
a4b4e69ea7 Remove the redundant field parameter for OutputType::resolve_field. 2020-04-26 15:12:18 +08:00
sunli
70b8ecc311 Update connection_type.rs 2020-04-26 14:40:55 +08:00
sunli
88f6e468e7 Some minor changes 2020-04-26 12:34:08 +08:00
sunli
c1fcaf0b7e Update lib.rs 2020-04-26 10:12:01 +08:00
sunli
e1d4c81b4e v1.9.18 2020-04-25 15:09:11 +08:00
sunli
3f06a12b3d Update base.rs 2020-04-25 14:57:01 +08:00
sunli
85f3bbe3af Implemented OutputValueType for Box<T> and Arc<T> 2020-04-25 14:51:26 +08:00
Sunli
03d98993f7 Merge pull request #27 from IcanDivideBy0/bson_utcdatetime
Add bson::UtcDateTime support
2020-04-25 09:10:22 +08:00
Samuel Hurel
6996fae099 Add bson::UtcDateTime support 2020-04-24 19:12:07 +02:00
sunli
9b20dd1a48 Update CI 2020-04-24 10:46:16 +08:00
sunli
fce50b1719 Update Cargo.toml 2020-04-24 10:40:26 +08:00
sunli
740804e327 Extension::result now returns an Option 2020-04-24 10:37:18 +08:00
sunli
964cf0e140 Update context.rs 2020-04-24 10:05:41 +08:00