Commit Graph

151 Commits

Author SHA1 Message Date
sunli
fda683c931 Add Schema::execute 2020-04-02 12:53:53 +08:00
sunli
b3525356c9 Extract line and column from ParseError 2020-04-02 12:37:04 +08:00
sunli
10105b8a09 Reimplement the error type and remove the dependency on the anyhow::Error 2020-04-02 10:21:04 +08:00
sunli
3b49240aa2 update async-graphql-actix-web 2020-04-01 17:15:18 +08:00
sunli
01ec88abf5 remove PreparedQuery 2020-04-01 16:53:49 +08:00
sunli
d5ad690858 Update connection.rs 2020-03-31 16:41:04 +08:00
sunli
a7780f941d Support unnamed inline fragment 2020-03-31 15:09:28 +08:00
sunli
3938c2f80c v1.6.8
Add context data support
2020-03-31 11:19:18 +08:00
Sunli
b7c4f1a6ea
Merge pull request #12 from nicolaiunrein/master
Add documentation to Upload type
2020-03-30 22:49:03 +08:00
nicolaiunrein
0da2f900a1
Update upload.rs 2020-03-30 16:47:17 +02:00
nicolaiunrein
9eaf445cc2
Update upload.rs 2020-03-30 16:36:27 +02:00
nicolaiunrein
6944a542bb
Update upload.rs 2020-03-30 16:31:38 +02:00
Nicolai Unrein
0d3fb8d1de add documentation to upload 2020-03-30 16:25:35 +02:00
sunli
9f45fa115f Update Cargo.toml 2020-03-30 15:31:07 +08:00
sunli
41a075a3b8 v1.6.7 2020-03-30 11:34:23 +08:00
sunli
0eeae43745 v1.6.7 2020-03-30 11:32:19 +08:00
sunli
ea3221e006 v1.6.6 2020-03-30 10:46:34 +08:00
sunli
9b538cd85b Add validation for the InputObject field 2020-03-30 10:45:41 +08:00
sunli
5f2620b9ca v1.6.5 2020-03-30 09:17:48 +08:00
sunli
b5b18036a5 typo 2020-03-30 09:16:33 +08:00
sunli
9bc9cd878e Update README.md 2020-03-30 00:00:56 +08:00
Sunli
e14b1306a9
Merge pull request #10 from nicolaiunrein/master
ExtendedError and ResultExt inital draft
2020-03-29 23:45:29 +08:00
Nicolai Unrein
2b7320d6c6 ExtendedError and ResultExt inital draft 2020-03-29 16:31:45 +02:00
sunli
ba64ecc31d v1.6.4 2020-03-29 20:02:52 +08:00
sunli
b56379094f Field method must be async asynchronous
Support for synchronization functions doe provide performance improvement
2020-03-28 20:11:26 +08:00
sunli
0275172208 v1.6.3 2020-03-27 17:12:14 +08:00
sunli
8272ed77ff Update object.rs 2020-03-27 17:02:05 +08:00
sunli
66050f38e1 Support for synchronous and asynchronous resolve functions 2020-03-27 11:59:58 +08:00
sunli
e1dfab46c4 Add SimpleObject macro 2020-03-27 10:20:20 +08:00
sunli
2ee7ba4de9 Add chrono_tz scalar 2020-03-27 09:03:30 +08:00
sunli
25210e0e15 v1.6.2 2020-03-26 18:30:29 +08:00
sunli
f8c284d9d4 v1.6.1 2020-03-26 17:14:49 +08:00
sunli
56d8967d3b Update lib.rs 2020-03-26 15:27:35 +08:00
sunli
50347bc415 v1.6.0 2020-03-26 11:34:28 +08:00
sunli
73b4335caf Update README.md 2020-03-25 15:07:30 +08:00
sunli
457e30ea2f v1.5.2 2020-03-25 15:07:16 +08:00
sunli
41fd8ed40e v1.5.1 2020-03-25 11:39:28 +08:00
sunli
2fc056ad39 v1.5.0
Improve performance
2020-03-24 18:54:22 +08:00
sunli
de63872fc9 v1.4.4 2020-03-22 19:29:52 +08:00
sunli
d6c17f00ba Fix subscription bug 2020-03-22 19:29:24 +08:00
sunli
3f2207aca2 v1.4.3 2020-03-22 16:48:13 +08:00
sunli
c6953b0bbf Add CacheControl for object 2020-03-22 16:45:59 +08:00
sunli
934038150e v1.4.2 2020-03-22 09:34:32 +08:00
sunli
0d95cc6b0c v1.4.1 2020-03-21 16:13:57 +08:00
sunli
b7717c0e24 v1.4.1 2020-03-21 16:13:19 +08:00
sunli
1ced27269b v1.4.0 2020-03-21 15:11:46 +08:00
sunli
280eff5c9d Add input value validators 2020-03-21 15:07:11 +08:00
sunli
2b2be34d4d Clippy cleanup 2020-03-21 09:32:13 +08:00
Sunli
ee1e6caac4
Merge pull request #7 from iancormac84/bson
Add support for bson crate's ObjectId as a Scalar, so that GraphQL in…
2020-03-21 09:06:04 +08:00
iancormac84
a8a0984bf5 Add support for bson crate's ObjectId as a Scalar, so that GraphQL integration with MongoDB become's possible. 2020-03-20 14:03:41 -04:00