async-graphql/src
Sunli e8f14f328f Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
..
dataloader Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
docs Add `skip_input` attribute to `InputObject` macro, `skip_output` attribute to `SimpleObject` macro. #797 2022-01-26 17:54:24 +08:00
extensions Add DataContext trait 2022-01-18 13:20:35 +03:30
http Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
model Add DirectivesUnique rule 2021-11-18 20:14:56 +08:00
registry Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
resolver_utils Add support `flatten` attribute for `SimpleObject`, `ComplexObject` and `Object` macros. #533 2022-01-18 10:33:07 +08:00
types Update connection_type.rs 2022-01-21 10:54:16 +08:00
validation Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
validators fix: export min_password_strength validator 2021-12-30 17:35:33 +08:00
base.rs Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
context.rs Fix the problem that some integrations overwritten HTTP headers. #793 2022-01-24 14:14:07 +08:00
custom_directive.rs Custom directive 2021-11-20 09:04:46 +08:00
error.rs Remove `'static` bound for `impl From<T> for Error`. 2022-01-24 10:56:47 +08:00
guard.rs Rework guards 2021-11-16 10:22:39 +08:00
lib.rs Add scalars for the `time` crate's datetime types. 2022-01-19 13:39:38 -08:00
look_ahead.rs Clippy 2021-12-30 10:16:49 +08:00
request.rs Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
response.rs Fix the problem that some integrations overwritten HTTP headers. #793 2022-01-24 14:14:07 +08:00
schema.rs Add `Union` and `Interface` support for trait objects. #780 2022-01-11 09:35:09 +08:00
subscription.rs Remove skipped fields from the document before executing the query. 2021-11-18 19:37:10 +08:00