Commit Graph

2316 Commits

Author SHA1 Message Date
Jeffrey Rooks
17fef719e2 Add more information to dataloader docs
remove example
2022-08-24 23:14:39 +01:00
cw-ozaki
5b7790b256 support @specifiedBy directive in SDL export 2022-08-24 23:01:52 +09:00
Sunli
fca337d8a0 Add OpaqueCursor #1040 2022-08-24 13:17:08 +08:00
Sunli
d26df5c402 Release 4.0.11
async-graphql@4.0.11
async-graphql-actix-web@4.0.11
async-graphql-axum@4.0.11
async-graphql-derive@4.0.11
async-graphql-parser@4.0.11
async-graphql-poem@4.0.11
async-graphql-rocket@4.0.11
async-graphql-tide@4.0.11
async-graphql-value@4.0.11
async-graphql-warp@4.0.11

Generated by cargo-workspaces
2022-08-23 23:04:12 +08:00
Sunli
c0d11292bd Update CHANGELOG.md 2022-08-23 23:03:02 +08:00
Sunli
9ef1edad80 Merge pull request #1036 from dspicher/trailing-space 2022-08-23 19:59:43 +08:00
Dominik Spicher
faf407b691 export_sdl: avoid trailing space for scalar definitions
This has been introduced in 06973ee.

The problem can easily be avoided by modifying the `write!`
directives inside the federation if-clause to write space
prefixes instead of suffixes.
2022-08-23 12:44:30 +02:00
Sunli
9dd3ec894f Fixes #1039 2022-08-23 09:41:50 +08:00
Sunli
bd39025975 Merge pull request #1038 from nmoutschen/fed2-tag 2022-08-22 20:54:43 +08:00
Nicolas Moutschen
d3a8cde256 fix: cargo clippy 2022-08-22 12:01:07 +02:00
Nicolas Moutschen
4937dcf93d docs: add doc for tag attribute 2022-08-22 11:52:05 +02:00
Nicolas Moutschen
15afe01f7a feat: add @tag support 2022-08-22 11:44:02 +02:00
Sunli
0dae68b518 Merge pull request #1029 from raptros/add-overrides-directive
define override directive on fields
2022-08-22 14:33:29 +08:00
aidan coyne
6f57a13b71 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
f84781bf08 Create close-stale-prs-and-issues.yml 2022-08-19 09:42:13 +08:00
sunli829
1e8ecc74a4 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
42c1d9f66f Update CHANGELOG 2022-08-18 21:46:58 +08:00
Sunli
695ea81c2f Merge pull request #1026 from nmoutschen/fed2-inaccessible
Add Apollo Federation `@inaccessible` directive support
2022-08-18 21:38:06 +08:00
Sunli
09eb2317e2 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
7ddde89cc5 fix: cargo +nightly fmt 2022-08-18 15:12:28 +02:00
Nicolas Moutschen
0f8b2c52bd tests: add inaccessible case for Object macro 2022-08-18 14:31:27 +02:00
Nicolas Moutschen
dd4515c18f docs: add docs for inaccessible directive 2022-08-18 14:31:01 +02:00
Nicolas Moutschen
06973ee09b feat: @inaccessible support 2022-08-18 11:40:04 +02:00
Sunli
0204709de9 Merge pull request #1025 from damienpontifex/federation-shareable 2022-08-17 14:50:56 +08:00
Damien Pontifex
b6fb42669b cargo fmt 2022-08-17 13:47:31 +08:00
Damien Pontifex
e4e53a5a0c all columns for docs tables 2022-08-17 11:57:46 +08:00
Damien Pontifex
e3efb1dfd8 notes on docs for the shareable attribute 2022-08-17 10:41:46 +08:00
Damien Pontifex
be19b76d5d additions so type can also be shareable as well as field 2022-08-17 10:36:00 +08:00
Damien Pontifex
969ce53e41 format test file 2022-08-17 09:51:23 +08:00
Damien Pontifex
9ea3088978 test for sdl having @shareable directive 2022-08-17 09:50:37 +08:00
Damien Pontifex
66271a54bd first passing build with shareable 2022-08-17 09:29:43 +08:00
Sunli
b537f0f048 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
38c09458f6 Update CHANGELOG.md 2022-08-15 12:13:29 +08:00
Sunli
744ca71aca on_connection_init takes FnOnce instead of Fn #1022 2022-08-15 12:12:25 +08:00
cw-ozaki
3364d77bd5 fixes lost when request.data(X) in an extension 2022-08-12 20:34:46 +09:00
Sunli
e4c3da6ae9 Clippy clean 2022-08-12 14:05:46 +08:00
Sunli
1f479c5211 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
a5ad2cd03c Update build.rs 2022-08-12 12:48:01 +08:00
Sunli
da7c6ba652 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
fd886fa8bd Merge pull request #1007 from frederikhors/patch-1
Fix misprint
2022-08-09 22:08:32 +08:00
Sunli
339df7c934 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
abd504412d Update CHANGELOG.md 2022-08-09 14:53:59 +08:00
Sunli
a54b131926 Use prettyplease to format the code 2022-08-09 14:49:49 +08:00
Sunli
4621a1c6c0 Update parse_query.rs 2022-08-09 11:26:37 +08:00
Sunli
e2ff25e516 Update executable.rs 2022-08-09 11:19:36 +08:00
5225225
89688faee8 Add fuzzer running on parse_query 2022-08-09 11:08:13 +08:00
Sunli
b237512564 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-09 11:06:26 +08:00
Sunli
d339e011fa Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Greg Pstrucha
947c1946f0 Add small section about redacting data from input objects (#1013) 2022-08-09 09:05:31 +08:00
Sunli
2451725188 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-05 14:50:50 +08:00