Commit Graph

938 Commits

Author SHA1 Message Date
Doug Roeper
9649c43bd7
Add tracing to dataloader methods when the tracing feature is enabled. 2022-07-28 09:33:23 -04:00
Sunli
521769b800 Limit recursive depth to 256 by default 2022-07-21 10:14:40 +08:00
Sunli
2a6abe7cae Implement Default for StringNumber #980 2022-07-13 15:21:41 +08:00
Edward Rudd
036c165644
Fix serializing of JSON default values (#969)
* Fix serializing of JSON default values

* fix format of other code due to new nightly
2022-07-05 06:55:01 +08:00
Edward Rudd
7aba2011c2
Fix nightly rustfmt (#970)
* fix format of other code due to new nightly

* Adjust github fmt checks to use a fixed nightly version
2022-07-05 06:54:07 +08:00
Sunli
e839ffafcc Implement Guard for Fn 2022-06-30 10:50:45 +08:00
Sunli
687f26bb79 Fixes #943 2022-06-25 10:56:17 +08:00
Sunli
f8db3d180c Clippy 2022-06-25 10:23:48 +08:00
Ivan Kozik
2d79376c8d
Add a prefer_single_line_descriptions option on SDLExportOptions (#955)
* Add a prefer_single_line_descriptions option on SDLExportOptions

The default export uses three lines for each description. Single-line
descriptions improve the readability of the exported SDL when there are
many short descriptions.

* export_sdl: escape " in single-line descriptions

I confirmed that graphql-code-generator properly handles SDL with this escaping.
2022-06-25 10:21:00 +08:00
Sunli
614a578a3f Fixes #957 2022-06-21 13:58:00 +08:00
Sunli
afc87f2dc8 Update CHANGELOG 2022-06-20 13:54:33 +08:00
iffy-validio
1e555370e0
Make email-validator optional (#950) 2022-06-17 00:23:47 +08:00
Edward Rudd
8ccd27e62d
add nodes exposure on ConectionType so nesting through edges isn't always needed. (#952) 2022-06-17 00:12:07 +08:00
Kian-Meng Ang
a210f64426
Fix typos (#951) 2022-06-15 22:18:39 +08:00
Sunli
b4cf06fd9b Fixes #946 2022-06-10 18:55:12 +08:00
Sunli
dc50049020 Fixes #848 2022-06-06 12:08:59 +08:00
Sunli
0529f18cb9 Fixes #941 2022-06-06 11:20:48 +08:00
Sunli
7c287fe4fb Rustfmt 2022-06-06 11:18:12 +08:00
Sunli
7cca6d1898
Merge pull request #931 from DoumanAsh/introspection_mode
Expose IntrospectionMode
2022-06-06 09:48:05 +08:00
Sunli
528dfc3c84 Update docs 2022-05-30 09:34:53 +08:00
Sunli
6f2115c077 Fix typo 2022-05-30 09:30:03 +08:00
Hsiang-Cheng Yang
ce179f89ac
Update edge.rs
remove the unnecessary quotation mark
2022-05-27 22:11:54 +08:00
Sunli
1fa009cecd
Merge pull request #926 from al8n/master
fix #925 support BigDecimal and support parse from Number for Decimal
2022-05-27 15:19:57 +08:00
Douman
2c94b21379 Expose Edge::node to allow better testing 2022-05-27 14:18:13 +09:00
Douman
df8a5939cd Export SDLExportOptions 2022-05-27 14:04:56 +09:00
Douman
e4b1f721aa Expose IntrospectionMode 2022-05-27 12:54:40 +09:00
Sunli
92234d7a75 Add Schema::build_with_ignore_name_conflicts method to specifies a list to ignore type conflict detection. 2022-05-24 20:08:35 +08:00
al8n
b3ac42fbeb fix format 2022-05-21 13:55:58 +08:00
al8n
db2ef6e137 fix #925 support bigdecimal 2022-05-20 22:05:10 +08:00
Sunli
440fe98f18 Cache parsed ExecuteDocument in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli
f2bac81a2f Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
Sunli
4e81285756 Fixes #911 2022-05-06 09:28:57 +08:00
Sunli
8011b9a120 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli
27828e522c Release 4.0.0-alpha.1
async-graphql@4.0.0-alpha.1
async-graphql-actix-web@4.0.0-alpha.1
async-graphql-axum@4.0.0-alpha.1
async-graphql-derive@4.0.0-alpha.1
async-graphql-parser@4.0.0-alpha.1
async-graphql-poem@4.0.0-alpha.1
async-graphql-rocket@4.0.0-alpha.1
async-graphql-tide@4.0.0-alpha.1
async-graphql-value@4.0.0-alpha.1
async-graphql-warp@4.0.0-alpha.1

Generated by cargo-workspaces
2022-05-05 12:49:58 +08:00
Sunli
c00e22cc12 Integrate with the uuid08 #907 2022-05-03 15:57:17 +08:00
Paul Nguyen
ea5cbfdfab Remove obsolete disable_introspection field in Request 2022-05-02 18:12:06 +02:00
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
Sunli
7d68c49abb Remove 'static bound for impl From<T> for Error. 2022-01-24 10:56:47 +08:00
Sunli
c2fbb0160d Update connection_type.rs 2022-01-21 10:54:16 +08:00
Sunli
9b43b136e8 Implement InputType for Box<str> and Arc<str>. #792 2022-01-21 10:25:50 +08:00
Sunli
72b9b467bf
Merge pull request #791 from jenanwise/add-time-scalars
Add scalars for the `time` crate's datetime types.
2022-01-20 09:25:27 +08:00
Jenan Wise
a68a9be6cf Add scalars for the time crate's datetime types.
With the `time` feature flag enabled, `time::OffsetDateTime` and
`time::PrimitiveDateTime` can be used directly as scalar values,
similar to the previous `chrono::DateTime` and `chrono::NaiveDateTime`
scalar implementations.
2022-01-19 13:39:38 -08:00
Seyyed Morteza Moosavi
b0f8f80b63 Add DataContext trait 2022-01-18 13:20:35 +03:30
Sunli
3217f7aecd Add support flatten attribute for SimpleObject, ComplexObject and Object macros. #533 2022-01-18 10:33:07 +08:00
Sunli
334307b2c2 Add Union and Interface support for trait objects. #780
Clippy clean
2022-01-11 09:35:09 +08:00
Oscar Beaumont
4126906721
fix: export min_password_strength validator 2021-12-30 17:35:33 +08:00
Oscar Beaumont
831b0f8aa5
feat: added min_password_strength validator 2021-12-30 13:53:22 +08:00
Sunli
db3706dafa Clippy 2021-12-30 10:16:49 +08:00
BratSinot
94e92fe6d2 rustfmt 2021-12-28 13:06:57 +02:00
BratSinot
bc73850e6e Update CHANGELOG. 2021-12-28 13:05:32 +02:00
BratSinot
0e4c19e63f Fix typo. 2021-12-28 12:30:11 +02:00