async-graphql/derive/src
2022-01-11 09:35:09 +08:00
..
args.rs Custom directive 2021-11-20 09:04:46 +08:00
complex_object.rs Fix field guards not working on ComplexObject. #767 2021-12-26 10:42:36 +08:00
description.rs
directive.rs Custom directive 2021-11-20 09:04:46 +08:00
enum.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
input_object.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
interface.rs Rework validators 2 2021-11-15 09:12:13 +08:00
lib.rs Custom directive 2021-11-20 09:04:46 +08:00
merged_object.rs Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
merged_subscription.rs Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
newtype.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
object.rs Rework guards 2021-11-16 10:22:39 +08:00
output_type.rs
scalar.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
simple_object.rs Fix the generic SimpleObject can't define the lifetimes. #774 2022-01-05 11:52:02 +08:00
subscription.rs No longer assumes that a subscription stream that failed to resolve has ended. #744 2021-12-07 11:00:53 +08:00
union.rs Add Union and Interface support for trait objects. #780 2022-01-11 09:35:09 +08:00
utils.rs Update documents 2021-11-16 14:51:20 +08:00
validators.rs feat: added min_password_strength validator 2021-12-30 13:53:22 +08:00