async-graphql/derive/src
2021-07-04 14:05:08 +08:00
..
args.rs Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
complex_object.rs #550: fix #[graphql(skip)] breaking compilation on ComplexObjects 2021-07-03 18:04:18 +02:00
description.rs Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
enum.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
input_object.rs If InputObject contains an unnamed field, the correct error message will be given. #498 2021-05-06 16:44:36 +08:00
interface.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
lib.rs Add name and visible attributes for Newtype macro for define a new scalar. #437 2021-03-31 19:28:19 +08:00
merged_object.rs Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
merged_subscription.rs Rework Extension 2021-04-04 14:37:41 +08:00
newtype.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
object.rs Clippy clean 2021-06-18 10:43:34 +08:00
output_type.rs 2.0.1 2020-10-14 10:25:41 +08:00
scalar.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
simple_object.rs Add concrete type support for complex object. 2021-07-04 14:05:08 +08:00
subscription.rs Allows to get the actual field name and alias in ResolveInfo. #551 2021-06-29 09:30:26 +08:00
union.rs Rework error propagation. #531 2021-06-08 10:05:30 +08:00
utils.rs Implement InputType and OutputType for [T; N] array. 2021-06-17 10:39:27 +08:00