Commit Graph

2309 Commits

Author SHA1 Message Date
Sunli
181a0bed70 Fixes #1039 2022-08-23 09:41:50 +08:00
Sunli
722ba08b91
Merge pull request #1038 from nmoutschen/fed2-tag 2022-08-22 20:54:43 +08:00
Nicolas Moutschen
6f66a052e3 fix: cargo clippy 2022-08-22 12:01:07 +02:00
Nicolas Moutschen
c334adfaf2 docs: add doc for tag attribute 2022-08-22 11:52:05 +02:00
Nicolas Moutschen
2ffee68ad4 feat: add @tag support 2022-08-22 11:44:02 +02:00
Sunli
7b1c711f44
Merge pull request #1029 from raptros/add-overrides-directive
define override directive on fields
2022-08-22 14:33:29 +08:00
aidan coyne
2bac140833 define override directive on fields
* define the directive field on the field struct
* implement printing it on the federation sdl
* update the derive stuff
* add a test
2022-08-20 15:22:12 -05:00
Sunli
216b55c6db Create close-stale-prs-and-issues.yml 2022-08-19 09:42:13 +08:00
sunli829
69dfe255d0 Release 4.0.10
async-graphql@4.0.10
async-graphql-actix-web@4.0.10
async-graphql-axum@4.0.10
async-graphql-derive@4.0.10
async-graphql-parser@4.0.10
async-graphql-poem@4.0.10
async-graphql-rocket@4.0.10
async-graphql-tide@4.0.10
async-graphql-value@4.0.10
async-graphql-warp@4.0.10

Generated by cargo-workspaces
2022-08-18 21:50:06 +08:00
sunli829
13b4fa7d58 Update CHANGELOG 2022-08-18 21:46:58 +08:00
Sunli
4877917145
Merge pull request #1026 from nmoutschen/fed2-inaccessible
Add Apollo Federation `@inaccessible` directive support
2022-08-18 21:38:06 +08:00
Sunli
4c6242eaae
Merge pull request #1018 from k-kinzal/fixes-lost-request-data-in-extension
Fixes extension request.data(X) being lost in the resolver
2022-08-18 21:36:25 +08:00
Nicolas Moutschen
ca65034ec1 fix: cargo +nightly fmt 2022-08-18 15:12:28 +02:00
Nicolas Moutschen
ca62adf3e4 tests: add inaccessible case for Object macro 2022-08-18 14:31:27 +02:00
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
Sunli
4b873c969e
Merge pull request #1025 from damienpontifex/federation-shareable 2022-08-17 14:50:56 +08:00
Damien Pontifex
e0def31bbd cargo fmt 2022-08-17 13:47:31 +08: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
6cfeb91f72 format test file 2022-08-17 09:51:23 +08:00
Damien Pontifex
a9b085f938 test for sdl having @shareable directive 2022-08-17 09:50:37 +08:00
Damien Pontifex
9e9493e232 first passing build with shareable 2022-08-17 09:29:43 +08:00
Sunli
ab1ba7c212 Release 4.0.9
async-graphql@4.0.9
async-graphql-actix-web@4.0.9
async-graphql-axum@4.0.9
async-graphql-derive@4.0.9
async-graphql-parser@4.0.9
async-graphql-poem@4.0.9
async-graphql-rocket@4.0.9
async-graphql-tide@4.0.9
async-graphql-value@4.0.9
async-graphql-warp@4.0.9

Generated by cargo-workspaces
2022-08-15 12:14:40 +08:00
Sunli
e869700b5e Update CHANGELOG.md 2022-08-15 12:13:29 +08:00
Sunli
3d1d1290fc on_connection_init takes FnOnce instead of Fn #1022 2022-08-15 12:12:25 +08:00
cw-ozaki
258ab70268 fixes lost when request.data(X) in an extension 2022-08-12 20:34:46 +09: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
45d9c8c8a1 Update build.rs 2022-08-12 12:48:01 +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
f92f019014
Merge pull request #1007 from frederikhors/patch-1
Fix misprint
2022-08-09 22:08:32 +08:00
Sunli
1d33a6b806 Release 4.0.7
async-graphql@4.0.7
async-graphql-actix-web@4.0.7
async-graphql-axum@4.0.7
async-graphql-derive@4.0.7
async-graphql-parser@4.0.7
async-graphql-poem@4.0.7
async-graphql-rocket@4.0.7
async-graphql-tide@4.0.7
async-graphql-value@4.0.7
async-graphql-warp@4.0.7

Generated by cargo-workspaces
2022-08-09 17:20:04 +08:00
Sunli
e7f32eb41a Update CHANGELOG.md 2022-08-09 14:53:59 +08:00
Sunli
e70db4c441 Use prettyplease to format the code 2022-08-09 14:49:49 +08:00
Sunli
c7c7547192 Update parse_query.rs 2022-08-09 11:26:37 +08:00
Sunli
2d96d4805b Update executable.rs 2022-08-09 11:19:36 +08:00
5225225
d073f9eb5f Add fuzzer running on parse_query 2022-08-09 11:08:13 +08:00
Sunli
88453e85f4 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-09 11:06:26 +08:00
Sunli
1f67e3adcd Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Greg Pstrucha
02172ab71b
Add small section about redacting data from input objects (#1013) 2022-08-09 09:05:31 +08:00
Sunli
f0dc85495b Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-05 14:50:50 +08:00
Sunli
889ba7794c Fixes #1004 2022-08-05 14:50:29 +08:00
Bradley
e591f56b8e
Update README.md (#1010)
Add Formidable blog post for Async GraphQL w/ Rust. 

I found this to be an incredibly "real-world" example of using this library and I think lots of others will find similar value.
2022-08-05 14:41:47 +08:00
frederikhors
2252c33ce5
Fix misprint 2022-08-04 00:08:20 +02:00
Doug Roeper
9649c43bd7
Add tracing to dataloader methods when the tracing feature is enabled. 2022-07-28 09:33:23 -04:00
Viral Kachhadiya
b33f8658cc
Update README.md (#990) 2022-07-23 00:12:44 +08:00
Sunli
3478a8e860 Release 4.0.6
async-graphql@4.0.6
async-graphql-actix-web@4.0.6
async-graphql-axum@4.0.6
async-graphql-derive@4.0.6
async-graphql-parser@4.0.6
async-graphql-poem@4.0.6
async-graphql-rocket@4.0.6
async-graphql-tide@4.0.6
async-graphql-value@4.0.6
async-graphql-warp@4.0.6

Generated by cargo-workspaces
2022-07-21 10:25:03 +08:00
Sunli
521769b800 Limit recursive depth to 256 by default 2022-07-21 10:14:40 +08:00