Commit Graph

347 Commits

Author SHA1 Message Date
sunli
664e252372 Update book.yml 2020-05-07 10:05:37 +08:00
Sunli
0fa42491b6 Merge pull request #53 from phated/datasource-context
Datasource context
2020-05-07 10:04:25 +08:00
Blaine Bublitz
aed8f33ee5 Update book 2020-05-06 17:04:59 -07:00
Blaine Bublitz
c678dde4be Allow datasource to use context 2020-05-06 17:04:26 -07:00
Sunli
96f19e8498 Update base.rs 2020-05-06 10:02:25 +08:00
sunli
60a2cde9c3 1.10.10 2020-05-06 06:53:26 +08:00
sunli
64aee618fc Make PageInfo available from outside (#52) 2020-05-06 06:52:04 +08:00
sunli
35531b65f8 Change the first parameter of OutputValueType::resolve to be &self 2020-05-05 21:06:48 +08:00
sunli
ba0f68db0f v1.10.9 2020-05-05 17:55:01 +08:00
Sunli
ae04d12a8f Merge pull request #50 from phated/datasource-pagination
* Relay pagination algorithm
2020-05-05 17:30:44 +08:00
Blaine Bublitz
e4101db924 Relay pagination algorithm 2020-05-05 00:22:01 -07:00
Samuel Hurel
034306cc10 Export the new Cursor type 2020-05-05 09:05:39 +02:00
sunli
747cee2524 v1.10.8 2020-05-05 13:50:22 +08:00
sunli
d7ea05ab14 Add tests to limit complexity and depth. 2020-05-05 13:46:56 +08:00
Blaine Bublitz
eaa50a52e0 Add Cursor scalar (#48)
* Add Cursor scalar
2020-05-05 13:21:45 +08:00
sunli
a5b2272b59 v1.10.7 2020-05-05 13:03:55 +08:00
sunli
9b917e19b3 Modify the location of the Guard call. 2020-05-05 13:02:24 +08:00
sunli
40e78a02b7 Update default_value.rs 2020-05-04 13:26:13 +08:00
sunli
8abe70ffd5 Create default_value.rs 2020-05-04 10:49:35 +08:00
sunli
02b04d796a v1.10.6 2020-05-04 07:59:30 +08:00
sunli
70e535ad76 v1.10.5 2020-05-03 23:01:14 +08:00
sunli
18a9a12664 Fixed a type error 2020-05-03 23:00:20 +08:00
sunli
d79d73d575 Update feature-comparison.md 2020-05-03 22:53:27 +08:00
sunli
4acffa774c v1.10.4 2020-05-03 22:33:56 +08:00
sunli
f3697e6a1a Implement OutputType for FieldResult 2020-05-03 22:32:37 +08:00
sunli
4aaba01a88 Add Feature Comparison 2020-05-03 21:46:38 +08:00
sunli
2c53df7bb5 Stops when an error occurs to the subscription stream. 2020-05-03 21:21:54 +08:00
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