async-graphql/derive/src
2021-04-09 15:04:01 +08:00
..
args.rs Add secret attribute for arguments, they will not appear in the log. #463 2021-04-07 19:40:19 +08:00
complex_object.rs Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +08:00
description.rs Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
enum.rs Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
input_object.rs Add secret attribute for arguments, they will not appear in the log. #463 2021-04-07 19:40:19 +08:00
interface.rs Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +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 support for generic InputObject. #387 2021-01-14 11:27:15 +08:00
merged_subscription.rs Rework Extension 2021-04-04 14:37:41 +08:00
newtype.rs Add name and visible attributes for Newtype macro for define a new scalar. #437 2021-03-31 19:28:19 +08:00
object.rs Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +08:00
output_type.rs 2.0.1 2020-10-14 10:25:41 +08:00
scalar.rs Add visible attributes on types, fields, and parameters, allowing some content to be hidden based on conditions. 2020-12-12 16:23:53 +08:00
simple_object.rs Add ComplexObject macro. #355 2021-03-18 10:13:46 +08:00
subscription.rs Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +08:00
union.rs Add support for generic InputObject. #387 2021-01-14 11:27:15 +08:00
utils.rs Update dependencies 2021-03-24 12:25:03 +08:00