Commit Graph

2122 Commits

Author SHA1 Message Date
Sunli
aa93485c2e
Merge pull request #901 from djc/test-codegen
parser: move code generation into a test
2022-04-28 12:02:13 +08:00
Sunli
ba493844a5
Merge branch 'async-graphql-v4' into test-codegen 2022-04-28 12:02:06 +08:00
Sunli
b0bb4a3afa
Merge pull request #897 from SorenHolstHansen/cursor-types
Added impl of CursorType for floats
2022-04-28 12:01:06 +08:00
Sunli
f329fb00b4
Merge branch 'async-graphql-v4' into cursor-types 2022-04-28 12:00:58 +08:00
Dirkjan Ochtman
bb5cd9ca4a parser: move code generation into a test 2022-04-25 11:35:37 +02:00
Sunli
116d8cd325 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-20 14:21:29 +08:00
Sunli
2a0cc52178 Clippy clean 2022-04-20 14:21:23 +08:00
Sunli
ce3a6747d4
Merge pull request #899 from DoumanAsh/expose_sub_type
Expose SubscriptionType
2022-04-20 14:10:21 +08:00
Douman
10a6f462f9 Expose SubscriptionType 2022-04-20 14:29:08 +09:00
sorenholsthansen
1cfee33ad3 Added impl of CursorType for floats 2022-04-20 00:41:30 +02:00
Sunli
93763997af Rework connection types 2022-04-19 19:18:06 +08:00
Sunli
c22158b997 Update tests 2022-04-19 11:06:54 +08:00
Sunli
ef218c8279 Update CHANGELOG.md 2022-04-19 10:36:07 +08:00
Sunli
2cec61aea2 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-19 10:31:11 +08:00
Sunli
0e5177e03b
Merge pull request #831 from urkle/feat-update-chrono-tz
update chrono-tz to 0.6.1
2022-04-19 10:29:38 +08:00
Sunli
2ec944f7c9
Merge pull request #862 from Dylan-DPC/patch-1
Update regex
2022-04-19 10:29:07 +08:00
Sunli
4218b8a607
Merge pull request #875 from serates/master
Add feature(bson-uuid) which will enable Uuid's from the bson crate
2022-04-19 10:28:26 +08:00
Sunli
cb3fe37db5
Merge branch 'async-graphql-v4' into master 2022-04-19 10:28:02 +08:00
Sunli
ecc75b86a4
Merge pull request #893 from cynecx/axum-update-deps
async-graphql-axum: update tokio-util
2022-04-19 10:26:21 +08:00
Sunli
11f5b756dd
Merge pull request #894 from cynecx/introspection_mode2
Introspection-only mode
2022-04-19 10:25:42 +08:00
Sunli
c815732826 Add #[non_exhaustive] attribute to Request/Response types 2022-04-19 10:21:56 +08:00
Paul Nguyen
0ebcccd8d9 Allow introspection only schemas 2022-04-18 21:25:02 +02:00
Paul Nguyen
1c172cc4f9 async-graphql-axum: update tokio-util 2022-04-18 18:53:55 +02:00
Sunli
1d14d68ddc
Merge pull request #891 from DoumanAsh/split_execution
Introduce ability to pre-parse Request's query
2022-04-15 15:55:13 +08:00
Sunli
4eab572409 Remove useless ParseQueryFut type 2022-04-15 15:31:07 +08:00
Douman
a78b1415b9 Introduce ability to pre-parse Request's query 2022-04-15 15:58:09 +09:00
Sunli
613368097b Release 3.0.38
async-graphql@3.0.38
async-graphql-actix-web@3.0.38
async-graphql-axum@3.0.38
async-graphql-derive@3.0.38
async-graphql-parser@3.0.38
async-graphql-poem@3.0.38
async-graphql-rocket@3.0.38
async-graphql-tide@3.0.38
async-graphql-value@3.0.38
async-graphql-warp@3.0.38

Generated by cargo-workspaces
2022-04-09 08:19:57 +08:00
Sunli
1734f7411b Update CHANGELOG.md 2022-04-08 23:14:38 +08:00
Sunli
e7b40ea5e7 Clippy clean 2022-04-08 09:41:23 +08:00
Sunli
554cec2bbd Rustfmt 2022-04-08 09:34:37 +08:00
Sunli
37b35bfd54 Update examples 2022-04-08 09:34:25 +08:00
Sunli
bec5011153
Merge pull request #883 from alisenai/master
Update Axum integration to Axum 0.5.1
2022-04-08 09:33:34 +08:00
Calin Gavriliuc
4831364f01
Clippy check fixes 2022-04-07 17:55:32 -07:00
Calin Gavriliuc
98665a589b
Merge branch 'master' of github.com:async-graphql/async-graphql 2022-04-07 15:15:11 -07:00
Calin Gavriliuc
f8b1502fef
Update examples submodule 2022-04-07 15:11:37 -07:00
Sunli
33e1686286
Merge pull request #885 from Venryx/patch-1
Added instructions for returning errors from subscription resolvers
2022-04-07 16:36:30 +08:00
Sunli
b31346811b
Merge pull request #884 from cynecx/union_support_macro_type
Support macro type in enum variant
2022-04-07 11:55:04 +08:00
Stephen Wicklund
eb0ca68b04
Added instructions for returning errors from subscription resolvers
^Title.

The example code in my comment is fairly long, so I just linked to it rather than filling the page with it (also because my solution for changing the error-type within the resolver is probably more verbose than needed).
2022-04-06 20:21:02 -07:00
Sunli
c271d026b4
Merge pull request #817 from DoumanAsh/feature_input_process_with
Introduce process_with for input object
2022-04-07 10:43:32 +08:00
Paul Nguyen
4870a55ad8 Support macro type in enum variant 2022-04-06 17:38:36 +02:00
Douman
560f167f84 Add process_with to methods 2022-04-06 18:25:07 +09:00
Douman
6181b6bcd7 Introduce process_with for input object 2022-04-05 11:31:11 +09:00
Calin Gavriliuc
6c5081b392
Update Axum integration to Axum 0.5.1 2022-04-03 22:46:38 -07:00
Calin Gavriliuc
824153d740
Update Axum integration to Axum 0.5 2022-04-03 22:02:55 -07:00
Sunli
9318c0731d Add MaybeUndefined::update_to method. #881 2022-03-31 10:51:31 +08:00
Sunli
51cf9ab942 Release 3.0.37
async-graphql@3.0.37
async-graphql-actix-web@3.0.37
async-graphql-axum@3.0.37
async-graphql-derive@3.0.37
async-graphql-parser@3.0.37
async-graphql-poem@3.0.37
async-graphql-rocket@3.0.37
async-graphql-tide@3.0.37
async-graphql-value@3.0.37
async-graphql-warp@3.0.37

Generated by cargo-workspaces
2022-03-30 20:59:13 +08:00
Sunli
680449d6d3 Update CHANGELOG.md 2022-03-30 20:56:25 +08:00
Sunli
9b0573a8bd Panics when the same Rust type has the same name. #880 2022-03-30 20:54:49 +08:00
Jarrett Tierney
5e95c817cb Add feature(bson-uuid) which will enable Uuid's from the bson crate 2022-03-22 20:43:54 -07:00
Sunli
2c4cfa1707 Release 3.0.36
async-graphql@3.0.36
async-graphql-actix-web@3.0.36
async-graphql-axum@3.0.36
async-graphql-derive@3.0.36
async-graphql-parser@3.0.36
async-graphql-poem@3.0.36
async-graphql-rocket@3.0.36
async-graphql-tide@3.0.36
async-graphql-value@3.0.36
async-graphql-warp@3.0.36

Generated by cargo-workspaces
2022-03-22 11:45:28 +08:00