Commit Graph

898 Commits

Author SHA1 Message Date
Nicolas Moutschen
570db3c9f8 docs: add docs for inaccessible directive 2022-08-18 14:31:01 +02:00
Nicolas Moutschen
619013d90c feat: @inaccessible support 2022-08-18 11:40:04 +02:00
Damien Pontifex
fd84222e98 all columns for docs tables 2022-08-17 11:57:46 +08:00
Damien Pontifex
348692e15b notes on docs for the shareable attribute 2022-08-17 10:41:46 +08:00
Damien Pontifex
4bdd28d966 additions so type can also be shareable as well as field 2022-08-17 10:36:00 +08:00
Damien Pontifex
9e9493e232 first passing build with shareable 2022-08-17 09:29:43 +08:00
Sunli
37f18855e3 Clippy clean 2022-08-12 14:05:46 +08:00
Sunli
4858245a21 Release 4.0.8
async-graphql@4.0.8
async-graphql-actix-web@4.0.8
async-graphql-axum@4.0.8
async-graphql-derive@4.0.8
async-graphql-parser@4.0.8
async-graphql-poem@4.0.8
async-graphql-rocket@4.0.8
async-graphql-tide@4.0.8
async-graphql-value@4.0.8
async-graphql-warp@4.0.8

Generated by cargo-workspaces
2022-08-12 13:17:04 +08:00
Sunli
886594ba14
Merge pull request #996 from Dig-Doug/dataloader-tracing
Add tracing to dataloader methods when the tracing feature is enabled.
2022-08-09 22:11:06 +08:00
Sunli
1f67e3adcd Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
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