async-graphql/derive/src
2022-03-14 09:46:06 +08:00
..
args.rs Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
complex_object.rs Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
description.rs Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
directive.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +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 Fixed recursive generic input objects failing to compile. #859 2022-03-14 09:46:06 +08:00
interface.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
lib.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +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 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
oneof_object.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
output_type.rs 2.0.1 2020-10-14 10:25:41 +08:00
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 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
subscription.rs Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
union.rs Add OneOfObject macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
utils.rs Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
validators.rs feat: added min_password_strength validator 2021-12-30 13:53:22 +08:00