Commit Graph

12 Commits

Author SHA1 Message Date
Sunli
a4104cdbf7 Update tests for async-graphql-tide. 2020-06-01 11:19:49 +08:00
lagudomeze
3f5a2d29a8 Update graphql.rs 2020-06-01 10:53:34 +08:00
Sunli
788360d6b7 Add StreamResponse support to async-graphql-tide 2020-05-21 14:03:05 +08:00
sunli
2a63fe1b54 Replace multipart parser with multer. 2020-05-17 16:26:36 +08:00
vkill
d37c97a38e async-graphql-tide: support make query_builder from get request 2020-05-16 10:34:06 +08:00
Sunli
3cd98918db Add async-graphql-lambda
Update async-graphql-tide api
2020-05-14 14:50:08 +08:00
vkill
d246233952 async-graphql-tide: support Extension Traits, ref https://blog.yoshuawuyts.com/tide/ 2020-05-12 09:11:45 +08:00
sunli
8e9aff105e 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
732e491037 async-graphql-tide: add upload test 2020-05-07 19:18:18 +08:00
vkill
3dd7ee2f87 async-graphql-tide: replace async-std to smol for tests 2020-04-28 23:11:57 +08:00
vkill
a84bb7f671 async-graphql-tide: use tide Status trait and remove http-types dep 2020-04-27 23:56:32 +08:00
vkill
fd431ca5a9 add async-graphql-tide 2020-04-26 19:53:44 +08:00