Commit Graph

15 Commits

Author SHA1 Message Date
TsumiNa
27e5742407 update async_graphql_tide to support tide-0.12.0 2020-07-19 19:20:00 +09:00
Sunli
8992b681dc Fix input validator is ignored when using variable #207 2020-07-11 10:05:30 +08:00
Sunli
6a4ba16317 Update async-graphql-tide for tide 0.10.0 2020-06-08 11:18:32 +08:00
Sunli
c25980bdf4 Update tests for async-graphql-tide. 2020-06-01 11:19:49 +08:00
lagudomeze
34fea77135
Update graphql.rs 2020-06-01 10:53:34 +08:00
Sunli
8599712e82 Add StreamResponse support to async-graphql-tide 2020-05-21 14:03:05 +08:00
sunli
44b1eb4fb4 Replace multipart parser with multer. 2020-05-17 16:26:36 +08:00
vkill
c8e14138e6 async-graphql-tide: support make query_builder from get request 2020-05-16 10:34:06 +08:00
Sunli
191758f9b0 Add async-graphql-lambda
Update async-graphql-tide api
2020-05-14 14:50:08 +08:00
vkill
4bf8d6c935 async-graphql-tide: support Extension Traits, ref https://blog.yoshuawuyts.com/tide/ 2020-05-12 09:11:45 +08:00
sunli
83579077d9 Support Upload Stream #15
I think the previous implementation is not elegant enough, the `QueryBuilder::set_files_holder` function looks disgusting, so I refactored it.
By the way, the performance of parsing InputValue has been optimized, and unnecessary clones have been removed.
2020-05-11 21:47:24 +08:00
vkill
cb8c62eef6 async-graphql-tide: add upload test 2020-05-07 19:18:18 +08:00
vkill
a70b65c5d2 async-graphql-tide: replace async-std to smol for tests 2020-04-28 23:11:57 +08:00
vkill
389f7be15e async-graphql-tide: use tide Status trait and remove http-types dep 2020-04-27 23:56:32 +08:00
vkill
daa6ca7f20 add async-graphql-tide 2020-04-26 19:53:44 +08:00