Commit Graph

2101 Commits

Author SHA1 Message Date
Sunli
f417068c27 Merge branch 'async-graphql-v4' into master 2022-04-19 10:28:02 +08:00
Sunli
212533f278 Merge pull request #893 from cynecx/axum-update-deps
async-graphql-axum: update tokio-util
2022-04-19 10:26:21 +08:00
Sunli
cb4fe27999 Merge pull request #894 from cynecx/introspection_mode2
Introspection-only mode
2022-04-19 10:25:42 +08:00
Paul Nguyen
09f3be4fd1 Allow introspection only schemas 2022-04-18 21:25:02 +02:00
Paul Nguyen
4be26b1efd async-graphql-axum: update tokio-util 2022-04-18 18:53:55 +02:00
Sunli
300cbe54c7 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
2f0bcaa8ee Remove useless ParseQueryFut type 2022-04-15 15:31:07 +08:00
Douman
22d61df4d7 Introduce ability to pre-parse Request's query 2022-04-15 15:58:09 +09:00
Sunli
1ba5113cd5 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
cffcdc9f2e Update CHANGELOG.md 2022-04-08 23:14:38 +08:00
Sunli
8d6066ef82 Clippy clean 2022-04-08 09:41:23 +08:00
Sunli
3390682a73 Rustfmt 2022-04-08 09:34:37 +08:00
Sunli
623d84b401 Update examples 2022-04-08 09:34:25 +08:00
Sunli
f1a3d6d3aa 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
869505bf24 Clippy check fixes 2022-04-07 17:55:32 -07:00
Calin Gavriliuc
38005b0de1 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-04-07 15:15:11 -07:00
Calin Gavriliuc
fbc2c32dff Update examples submodule 2022-04-07 15:11:37 -07:00
Sunli
7ce6b733ea 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
baf6ed5d41 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
5efb65c448 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
c8c397c770 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
fe77b329a0 Support macro type in enum variant 2022-04-06 17:38:36 +02:00
Douman
b0933b3475 Add process_with to methods 2022-04-06 18:25:07 +09:00
Douman
ca1f9045cc Introduce process_with for input object 2022-04-05 11:31:11 +09:00
Calin Gavriliuc
3a9d782a98 Update Axum integration to Axum 0.5.1 2022-04-03 22:46:38 -07:00
Calin Gavriliuc
aee663294d Update Axum integration to Axum 0.5 2022-04-03 22:02:55 -07:00
Sunli
aa15be435a Add MaybeUndefined::update_to method. #881 2022-03-31 10:51:31 +08:00
Sunli
4f50a50e7d 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
b574af0d09 Update CHANGELOG.md 2022-03-30 20:56:25 +08:00
Sunli
a62eb6f699 Panics when the same Rust type has the same name. #880 2022-03-30 20:54:49 +08:00
Jarrett Tierney
15deab33ee Add feature(bson-uuid) which will enable Uuid's from the bson crate 2022-03-22 20:43:54 -07:00
Sunli
aec1f27ac6 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
Sunli
42a9978382 Update examples 2022-03-22 11:30:53 +08:00
Sunli
cf1696bf8b Update examples 2022-03-22 11:16:17 +08:00
Sunli
e4d04faaa0 Generate @deprecated to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli
b2ac69b102 Merge pull request #853 from Zwo1in/master
Correct import path for cursor connection in docs
2022-03-18 11:02:30 +08:00
Sunli
15f84c1d00 Release 3.0.35
async-graphql@3.0.35
async-graphql-actix-web@3.0.35
async-graphql-axum@3.0.35
async-graphql-derive@3.0.35
async-graphql-parser@3.0.35
async-graphql-poem@3.0.35
async-graphql-rocket@3.0.35
async-graphql-tide@3.0.35
async-graphql-value@3.0.35
async-graphql-warp@3.0.35

Generated by cargo-workspaces
2022-03-14 11:31:28 +08:00
Sunli
2bf314f614 Update CHANGELOG.md 2022-03-14 10:09:45 +08:00
Sunli
2653dddc5b Add ErrorExtensionValues::get method. #855 2022-03-14 09:48:27 +08:00
Sunli
665f464448 Fixed recursive generic input objects failing to compile. #859 2022-03-14 09:46:06 +08:00
Sunli
8909752107 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
Sunli
954664bb72 Merge pull request #863 from BratSinot/more_generic_hashmap 2022-03-11 20:15:25 +08:00
BratSinot
f0f1804214 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Sunli
6fe4880b91 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-03-05 09:10:22 +08:00
Sunli
95abc17842 Release 3.0.34
async-graphql@3.0.34
async-graphql-actix-web@3.0.34
async-graphql-axum@3.0.34
async-graphql-derive@3.0.34
async-graphql-parser@3.0.34
async-graphql-poem@3.0.34
async-graphql-rocket@3.0.34
async-graphql-tide@3.0.34
async-graphql-value@3.0.34
async-graphql-warp@3.0.34

Generated by cargo-workspaces
2022-03-05 09:09:47 +08:00
Sunli
66960432a2 Merge pull request #858 from gho1b/master
Update Integration Actix Web
2022-03-05 09:07:48 +08:00
Sunli
5dad855f8e Export @oneOf directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
gho1b
2f74cd4641 Merge branch 'master' into master 2022-03-05 01:58:09 +07:00
gho1b
abf4f4155c Update Integration Actix Web 2022-03-05 01:50:39 +07:00
Sunli
8bfad21403 Release 3.0.33
async-graphql@3.0.33
async-graphql-actix-web@3.0.33
async-graphql-axum@3.0.33
async-graphql-derive@3.0.33
async-graphql-parser@3.0.33
async-graphql-poem@3.0.33
async-graphql-rocket@3.0.33
async-graphql-tide@3.0.33
async-graphql-value@3.0.33
async-graphql-warp@3.0.33

Generated by cargo-workspaces
2022-03-04 21:39:16 +08:00