Commit Graph

852 Commits

Author SHA1 Message Date
Sunli
fe38777f4a Update connection type 2 2022-05-02 16:38:29 +08:00
Sunli
21916e1281 Update connection type 2022-05-02 16:20:45 +08:00
Sunli
5b7d4b55cc Update CI 2022-05-01 09:59:13 +08:00
Sunli
c2987f0fcd
Merge pull request #896 from boardmaster357/master
Implemented OutputType for tokio RwLock
2022-04-28 14:58:19 +08:00
Robert Nelson
d0b9c949e5 Implemented OutputType for tokio Mutex 2022-04-27 21:59:45 -07:00
Sunli
7707a45eaa Clippy clean 2022-04-28 12:14:23 +08:00
Sunli
f329fb00b4
Merge branch 'async-graphql-v4' into cursor-types 2022-04-28 12:00:58 +08: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
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
Robert Nelson
d70daee130 Implemented OutputType for tokio RwLock 2022-04-19 10:57:57 -07: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
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
cb3fe37db5
Merge branch 'async-graphql-v4' into master 2022-04-19 10:28:02 +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
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
e7b40ea5e7 Clippy clean 2022-04-08 09:41:23 +08:00
Sunli
554cec2bbd Rustfmt 2022-04-08 09:34:37 +08:00
Calin Gavriliuc
4831364f01
Clippy check fixes 2022-04-07 17:55:32 -07: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
Sunli
9318c0731d Add MaybeUndefined::update_to method. #881 2022-03-31 10:51:31 +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
4f0a86cda3 Generate @deprecated to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli
7238256d7c
Merge pull request #853 from Zwo1in/master
Correct import path for cursor connection in docs
2022-03-18 11:02:30 +08:00
Sunli
c3b926dec6 Add ErrorExtensionValues::get method. #855 2022-03-14 09:48:27 +08:00
Sunli
e80e4c9af9 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
BratSinot
d7a74a1934 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Sunli
889fe723f2 Export @oneOf directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
Sunli
632529ee3e Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Maciej Zwoliński
78ef5f2518 Correct import path for cursor connection in docs 2022-03-02 11:33:55 +01:00
Edward Rudd
244f75c87a update opentelemetry 2022-02-19 19:05:13 -05:00
Sunli
b84129c650 Add OneOfObject macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Sunli
3aa4b41940 Implement ScalarType for time::Date. #822 2022-02-15 15:36:18 +08:00
happysalada
1ae5a9a4cd time: add date struct 2022-02-14 17:48:22 -05:00
Sunli
ca15d27215 Implement InputType and OutputType for Box<[T]> and Arc<[T]>. [#805](https://github.com/async-graphql/async-graphql/issues/805) 2022-01-31 20:01:29 +08:00
Sunli
e8f14f328f Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
Sunli
3104e0bc8d Add skip_input attribute to InputObject macro, skip_output attribute to SimpleObject macro. #797 2022-01-26 17:54:24 +08:00
SadiinsoSnowfall
a4654a79e6 Fixed formatting (missing comma) 2022-01-24 14:32:30 +01:00
SadiinsoSnowfall
6372f76e87 Fixed formatting (hopefully for the last time) 2022-01-24 14:27:38 +01:00
SadiinsoSnowfall
a0fed1aaf5 Fixed formatting (2) 2022-01-24 14:24:33 +01:00
SadiinsoSnowfall
12840d95e6 Fixed formatting 2022-01-24 14:23:06 +01:00
SadiinsoSnowfall
188caa2267 Fixed variable type not checked when given a default value 2022-01-24 14:11:46 +01:00
Sunli
7d58bd814d Fix the problem that some integrations overwritten HTTP headers. #793 2022-01-24 14:14:07 +08:00