Commit Graph

361 Commits

Author SHA1 Message Date
sunli
dc7c8d5280 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
f63c923521 Update json.rs 2020-05-08 10:40:29 +08:00
sunli
7ecad73a44 v1.10.12 2020-05-07 20:45:33 +08:00
sunli
60e94890d0 Clippy cleanup 2020-05-07 20:44:24 +08:00
sunli
e6e1755502 Add Json scalar type. #56 2020-05-07 20:41:00 +08:00
Sunli
53ce98a524 Merge pull request #57 from vkill/async-graphql-tide4
async-graphql-tide: add upload test
2020-05-07 20:39:58 +08:00
vkill
732e491037 async-graphql-tide: add upload test 2020-05-07 19:18:18 +08:00
sunli
2ec948fdf5 Update any.rs 2020-05-07 18:50:47 +08:00
sunli
39b087e86d v1.10.11 2020-05-07 18:49:26 +08:00
sunli
c1e0b8f4a7 Add Any::parse_value method. #56 2020-05-07 18:49:09 +08:00
Sunli
2e32da7528 Merge pull request #55 from IcanDivideBy0/id_from_objectid
Add From<ObjectId> for ID
2020-05-07 15:53:41 +08:00
Samuel Hurel
12ced257a6 Add ObjectId to ID type conversion 2020-05-07 08:42:34 +02:00
sunli
539c75ee89 Add uuid::Uuid, usize to ID type conversion. #54 2020-05-07 11:15:04 +08:00
sunli
d5cce30883 Update cursor_connections.md 2020-05-07 10:08:44 +08:00
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