Commit Graph

438 Commits

Author SHA1 Message Date
Sunli
f74652e61a Modify some type names (internal types) 2020-05-15 10:08:37 +08:00
sunli
b92f6a568e 1.12.7 2020-05-14 22:14:31 +08:00
sunli
534837e1b9 Add Context::look_ahead 2020-05-14 22:13:28 +08:00
Sunli
7ab8326cbf Add Context::position 2020-05-14 17:35:25 +08:00
Sunli
53a964704f Update release.yml 2020-05-14 16:03:57 +08:00
Sunli
e0cdefbcb6 v1.12.6 2020-05-14 15:45:02 +08:00
Sunli
5cc0208765 Update async-graphql-tide::ResponseExt 2020-05-14 15:40:23 +08:00
Sunli
18c3fa6005 Update async-graphql-lambda 2020-05-14 15:30:10 +08:00
Sunli
ed6c87b004 Add async-graphql-tide::ResponseExt 2020-05-14 15:24:24 +08:00
Sunli
3cd98918db Add async-graphql-lambda
Update async-graphql-tide api
2020-05-14 14:50:08 +08:00
sunli
b358b69974 v1.12.3 2020-05-13 19:04:13 +08:00
sunli
e35fcc6c00 Update error_extensions.md 2020-05-13 12:51:44 +08:00
sunli
151d75ab57 Update docs 2020-05-13 12:49:43 +08:00
sunli
a4a92dcb8c Fix the problem described in #80 2020-05-13 11:37:07 +08:00
sunli
352f9e44af v1.12.2 2020-05-13 09:04:53 +08:00
sunli
07a5ee4a9f Update subscription.rs 2020-05-13 09:03:19 +08:00
sunli
b15459f20f Fix negative number parse. #86 2020-05-13 08:21:38 +08:00
Samuel Hurel
4875c421e4 Merge pull request #83 from IcanDivideBy0/fix_tests
Fix tests
2020-05-12 12:53:08 +02:00
Samuel Hurel
5afd4a4372 Fix tests 2020-05-12 12:40:57 +02:00
Nicolai Unrein
b59b7bb601 Add extra-traits to async-graphql-derive 2020-05-12 12:04:47 +02:00
sunli
3152fe3a9b Merge branch 'master' of github.com:async-graphql/async-graphql 2020-05-12 17:24:53 +08:00
sunli
b8095e8dd3 pre-release v1.12.1 2020-05-12 17:20:23 +08:00
Nicolai Unrein
0cfa20c559 add some fixes in error_extensions.md and error_handling.md 2020-05-12 11:13:35 +02:00
Sunli
2f31fb7d09 Merge pull request #80 from IcanDivideBy0/derive_renamed_crate
Allow for crate renaming in Cargo.toml
2020-05-12 16:46:36 +08:00
sunli
7ca752cdfe v1.12.0 2020-05-12 16:41:10 +08:00
Samuel Hurel
e0669219aa Allow for crate renaming in Cargo.toml 2020-05-12 10:38:59 +02:00
Sunli
3b3608fee7 Merge pull request #79 from vkill/async-graphql-tide-request-ext
async-graphql-tide: support Extension Traits
2020-05-12 16:36:15 +08:00
sunli
8299a54456 Improve GraphQL query parser performance. #76 2020-05-12 16:27:06 +08:00
vkill
d246233952 async-graphql-tide: support Extension Traits, ref https://blog.yoshuawuyts.com/tide/ 2020-05-12 09:11:45 +08:00
Nicolai Unrein
1726c64e7a Add From<serde_json::Value> for Json 2020-05-11 17:55:54 +02:00
sunli
2d1eb41598 Merge branch 'upload-stream' 2020-05-11 21:47:58 +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
Nicolai Unrein
8d9bb7d810 Add documentation for error_extensions 2020-05-11 14:25:54 +02:00
Sunli
0e371afb3c It not finished yet. 2020-05-11 17:13:50 +08:00
Sunli
a78809301d Update docs 2020-05-11 14:35:12 +08:00
Sunli
693ffda56a Merge pull request #75 from phated/interface-enums
Change interfaces & unions to require enums
2020-05-11 13:44:19 +08:00
Sunli
3609eedcd2 DataSource and Scalar macros no longer hide errors. #73
I still haven't figured out why this problem was caused, but I solved it in a way that seemed silly together.
2020-05-11 13:31:13 +08:00
Blaine Bublitz
475754d9d9 Update the books 2020-05-10 21:39:43 -07:00
Blaine Bublitz
b7bc7fea12 Change Unions to enums instead of structs 2020-05-10 21:27:30 -07:00
Sunli
8a84455b0a Create a boilerplate test code for introspection. #66 2020-05-11 12:24:16 +08:00
Blaine Bublitz
6f70924967 Fix tests 2020-05-10 20:25:49 -07:00
Blaine Bublitz
9ee269c512 Change interfaces to require enums 2020-05-10 20:03:13 -07:00
Sunli
3fcf41470b fix typo 2020-05-11 10:39:08 +08:00
sunli
12c1f9bb9b Upgrade async-trait to 0.1.30. #73 2020-05-11 09:10:57 +08:00
sunli
2761224335 v1.11.3 2020-05-10 23:02:33 +08:00
Samuel Hurel
8a5809e7df Merge pull request #72 from IcanDivideBy0/more_conversion_goodies
Prefer TryFrom to TryInto for ID
2020-05-10 16:44:13 +02:00
Samuel Hurel
05cac5854f impl From<ID> for Cursor 2020-05-10 16:25:16 +02:00
sunli
2f25c96955 v1.11.2 2020-05-10 22:13:58 +08:00
Samuel Hurel
c06f871b41 Prefer TryFrom to TryInto for ID 2020-05-10 16:13:41 +02:00
Sunli
94663e1a10 Merge pull request #71 from IcanDivideBy0/cursor_from_display
Simplify ID and Cursor conversion
2020-05-10 22:09:09 +08:00